Skip to content

Commit

Permalink
Use latest actions/setup-node.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Nov 29, 2023
1 parent b9b6aba commit 67f4cfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Run eslint
run: npm run lint
test-node:
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
Expand Down

0 comments on commit 67f4cfb

Please sign in to comment.