Skip to content

Commit 9c79a17

Browse files
committed
retry
1 parent 77ee319 commit 9c79a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
lint-duplicate-code:
6161
needs: lint-commits
62-
if: github.event_name != 'pull_request'
62+
if: ${{ github.event_name != 'pull_request' }}
6363
runs-on: ubuntu-latest
6464
strategy:
6565
matrix:

0 commit comments

Comments
 (0)