Skip to content

Commit 6cdee54

Browse files
Trotttargos
authored andcommitted
tools: do not run major-release workflow on forks
PR-URL: #57064 Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 50ba04e commit 6cdee54

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)