ci: Only run note-tests once per day on branches

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-10-30 12:49:23 +01:00
parent 27a4ad4b5a
commit 6cf88256f2
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -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 }}