Skip to content

Commit 971a2c2

Browse files
GitHub Actions
1 parent 6df84b2 commit 971a2c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/node.js.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939

4040
- run: npm test
4141

42-
# We don't want 4 comments about code coverage, just just run it once
43-
- if: ${{ matrix.node-version == '8.3.0' }}
42+
# Master doesn't have a PR for comments so skip that branch
43+
# We don't want 4 comments about code coverage, just just run it once on 8.3.0
44+
- if: ${{ github.ref != 'refs/heads/master' && matrix.node-version == '8.3.0' }}
4445
uses: romeovs/[email protected]
4546
with:
4647
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)