Browse Source
ci: Only run note-tests once per day on branches
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/41193/head
Joas Schilling
2 years ago
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with
2 additions and
4 deletions
-
.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 }} |
|
|
|