File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ permissions: read-all
1010
1111jobs :
1212 shellcheck :
13+ if : ${{ github.event.pull_request == null || github.event.pull_request.head.repo.full_name == github.repository }}
1314 name : ShellCheck
1415 runs-on : ubuntu-latest
1516 steps :
2324 shellcheck bin/gtr bin/git-gtr lib/*.sh lib/commands/*.sh adapters/editor/*.sh adapters/ai/*.sh
2425
2526 completions :
27+ if : ${{ github.event.pull_request == null || github.event.pull_request.head.repo.full_name == github.repository }}
2628 name : Completions
2729 runs-on : ubuntu-latest
2830 steps :
3234 run : ./scripts/generate-completions.sh --check
3335
3436 test :
37+ if : ${{ github.event.pull_request == null || github.event.pull_request.head.repo.full_name == github.repository }}
3538 name : Tests
3639 runs-on : ubuntu-latest
3740 steps :
You can’t perform that action at this time.
0 commit comments