Skip to content

Commit 1c346b8

Browse files
jrfnlgrogy
authored andcommitted
GH Actions: don't run the release workflow on forks
Just in case someone would push a tag up to their own fork.
1 parent 3c60491 commit 1c346b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99

1010
jobs:
1111
bundle:
12+
# Don't run on forks.
13+
if: github.repository == 'php-parallel-lint/PHP-Parallel-Lint'
14+
1215
name: Bundle binary
1316
runs-on: ubuntu-latest
1417

0 commit comments

Comments
 (0)