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
parent
commit
6cf88256f2
No known key found for this signature in database GPG Key ID: 74434EFE0D2E2205
  1. 6
      .github/workflows/node-tests.yml

6
.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 }}

Loading…
Cancel
Save