This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
Reorder chown, move tmp dir #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Permission check | |
on: | |
pull_request_target: | |
paths: | |
- '**/run' | |
- '**/finish' | |
- '**/check' | |
jobs: | |
permission_check: | |
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1 |