We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df84b2 commit 971a2c2Copy full SHA for 971a2c2
.github/workflows/node.js.yml
@@ -39,8 +39,9 @@ jobs:
39
40
- run: npm test
41
42
- # We don't want 4 comments about code coverage, just just run it once
43
- - if: ${{ matrix.node-version == '8.3.0' }}
+ # Master doesn't have a PR for comments so skip that branch
+ # 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' }}
45
uses: romeovs/[email protected]
46
with:
47
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments