From 67f4cfb43985e59bea92bff7315a5c8ddabbad7d Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Wed, 29 Nov 2023 16:23:06 -0500 Subject: [PATCH] Use latest `actions/setup-node`. --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8368c0ab..7791d290 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: