mirror of
https://github.com/linuxserver/docker-unifi-network-application.git
synced 2024-11-09 23:24:08 -08:00
13 lines
268 B
YAML
13 lines
268 B
YAML
name: Permission check
|
|
on:
|
|
pull_request_target:
|
|
paths:
|
|
- '**/run'
|
|
- '**/finish'
|
|
- '**/check'
|
|
- 'root/migrations/*'
|
|
|
|
jobs:
|
|
permission_check:
|
|
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
|