Skip to content

Commit

Permalink
tools: do not run major-release workflow on forks
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott authored Feb 15, 2025
1 parent ff51d83 commit 47ae886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/major-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:

jobs:
create-issue:
if: github.repository == 'nodejs/node'
runs-on: ubuntu-latest
permissions:
issues: write
Expand Down

0 comments on commit 47ae886

Please sign in to comment.