Skip to content

Commit 4e40d25

Browse files
authored
fix: skip update NodeJS versions action on forks (#2396)
1 parent 62b4c86 commit 4e40d25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-nodejs-versions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
updateNodejsVersions:
1010
runs-on: ubuntu-latest
1111

12+
# Skip this on forks
13+
if: github.repository == 'bazelbuild/rules_nodejs'
14+
1215
steps:
1316
- name: Git Checkout
1417
uses: actions/checkout@v2

0 commit comments

Comments
 (0)