diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/node-tests.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 1800aa4777d..b0b134da423 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -2,10 +2,8 @@ name: Node tests on: pull_request: - push: - branches: - - master - - stable* + schedule: + - cron: "5 2 * * *" concurrency: group: node-tests-${{ github.head_ref || github.run_id }} |