We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b4c86 commit 4e40d25Copy full SHA for 4e40d25
1 file changed
.github/workflows/update-nodejs-versions.yml
@@ -9,6 +9,9 @@ jobs:
9
updateNodejsVersions:
10
runs-on: ubuntu-latest
11
12
+ # Skip this on forks
13
+ if: github.repository == 'bazelbuild/rules_nodejs'
14
+
15
steps:
16
- name: Git Checkout
17
uses: actions/checkout@v2
0 commit comments