aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-30 12:49:23 +0100
committerJoas Schilling <coding@schilljs.com>2023-10-30 12:49:32 +0100
commit6cf88256f28c4b9dbe32ab941a5004409411f986 (patch)
tree29a9cb8e7353d0a421579661246610a30ad8209a /.github/workflows
parent27a4ad4b5a2a70259e4da5f7892ba9c1f18e0d79 (diff)
downloadnextcloud-server-6cf88256f28c4b9dbe32ab941a5004409411f986.tar.gz
nextcloud-server-6cf88256f28c4b9dbe32ab941a5004409411f986.zip
ci: Only run note-tests once per day on branches
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/node-tests.yml6
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 }}