summary refs log tree commit diff
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-07-01 00:44:37 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-07-01 00:44:37 +0200
commit4acf281f00accf0533a78eff7f2f876aff1195b2 (patch)
tree293709de6e731dcabff1e3907fd52adea0cf93e2
parentc8ec117b04f38254ceddb6377119525ee21d3d73 (diff)
downloadnixpkgs-4acf281f00accf0533a78eff7f2f876aff1195b2.tar
nixpkgs-4acf281f00accf0533a78eff7f2f876aff1195b2.tar.gz
nixpkgs-4acf281f00accf0533a78eff7f2f876aff1195b2.tar.bz2
nixpkgs-4acf281f00accf0533a78eff7f2f876aff1195b2.tar.lz
nixpkgs-4acf281f00accf0533a78eff7f2f876aff1195b2.tar.xz
nixpkgs-4acf281f00accf0533a78eff7f2f876aff1195b2.tar.zst
nixpkgs-4acf281f00accf0533a78eff7f2f876aff1195b2.zip
.github/workflows/periodic-merge-*: Tiny improvements
-rw-r--r--.github/workflows/periodic-merge-24h.yml4
-rw-r--r--.github/workflows/periodic-merge-6h.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml
index 3ad8f5cf5be..adc8fa1e3ea 100644
--- a/.github/workflows/periodic-merge-24h.yml
+++ b/.github/workflows/periodic-merge-24h.yml
@@ -5,14 +5,14 @@
 #  * and make sure that all major rebuilds happen before the staging
 #    branch get’s merged back into its base branch.
 
-name: "Periodic Merges"
+name: "Periodic Merges (24h)"
 
 
 on:
   schedule:
     # * is a special character in YAML so you have to quote this string
     # Merge every 6 hours
-    - cron:  '0 */24 * * *'
+    - cron:  '0 0 * * *'
 
 jobs:
   periodic-merge:
diff --git a/.github/workflows/periodic-merge-6h.yml b/.github/workflows/periodic-merge-6h.yml
index bbf62cb5dbc..8ec4da1d877 100644
--- a/.github/workflows/periodic-merge-6h.yml
+++ b/.github/workflows/periodic-merge-6h.yml
@@ -5,7 +5,7 @@
 #  * and make sure that all major rebuilds happen before the staging
 #    branch get’s merged back into its base branch.
 
-name: "Periodic Merges"
+name: "Periodic Merges (6h)"
 
 
 on: