mirror of
https://github.com/linuxserver/docker-qbittorrent.git
synced 2025-04-18 19:25:07 -04:00
9 lines
213 B
YAML
Executable file
9 lines
213 B
YAML
Executable file
name: Permission check
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- '**/run'
|
|
- '**/finish'
|
|
jobs:
|
|
permission_check:
|
|
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
|