mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-06-06 17:48:43 +02:00
12 lines
268 B
YAML
Executable file
12 lines
268 B
YAML
Executable file
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
|