We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ee319 commit 9c79a17Copy full SHA for 9c79a17
.github/workflows/node.js.yml
@@ -59,7 +59,7 @@ jobs:
59
60
lint-duplicate-code:
61
needs: lint-commits
62
- if: github.event_name != 'pull_request'
+ if: ${{ github.event_name != 'pull_request' }}
63
runs-on: ubuntu-latest
64
strategy:
65
matrix:
0 commit comments