mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
ci: Only run note-tests once per day on branches
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
27a4ad4b5a
commit
6cf88256f2
1 changed files with 2 additions and 4 deletions
6
.github/workflows/node-tests.yml
vendored
6
.github/workflows/node-tests.yml
vendored
|
|
@ -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…
Reference in a new issue