Skip to content

Commit 47ae886

Browse files
authored
tools: do not run major-release workflow on forks
PR-URL: nodejs#57064 Reviewed-By: Jordan Harband <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent ff51d83 commit 47ae886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/major-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99

1010
jobs:
1111
create-issue:
12+
if: github.repository == 'nodejs/node'
1213
runs-on: ubuntu-latest
1314
permissions:
1415
issues: write

0 commit comments

Comments
 (0)