Browse Source

ci: improve schedule (#1228)

Baptiste Augrain 2 years ago
parent
commit
b90af6eda5

+ 1 - 1
.github/workflows/insider-linux.yml

@@ -7,7 +7,7 @@ on:
         type: string
         description: Forced release version
   schedule:
-    - cron: '0 1 * * *'
+    - cron: '0 7 * * *'
   push:
     branches: [ insider ]
     paths-ignore:

+ 1 - 1
.github/workflows/insider-macos.yml

@@ -7,7 +7,7 @@ on:
         type: string
         description: Forced release version
   schedule:
-    - cron: '0 1 * * *'
+    - cron: '0 7 * * *'
   push:
     branches: [ insider ]
     paths-ignore:

+ 1 - 1
.github/workflows/insider-spearhead.yml

@@ -3,7 +3,7 @@ name: insider-spearhead
 on:
   workflow_dispatch:
   schedule:
-    - cron: '30 0 * * *'
+    - cron: '0 6 * * *'
 
 jobs:
   build:

+ 1 - 1
.github/workflows/insider-windows.yml

@@ -7,7 +7,7 @@ on:
         type: string
         description: Forced release version
   schedule:
-    - cron: '0 1 * * *'
+    - cron: '0 7 * * *'
   push:
     branches: [ insider ]
     paths-ignore:

+ 1 - 1
.github/workflows/stable-linux.yml

@@ -7,7 +7,7 @@ on:
         type: boolean
         description: Force new Release
   schedule:
-    - cron: '0 0 * * *'
+    - cron: '0 18 * * *'
   push:
     branches: [ master ]
     paths-ignore:

+ 1 - 1
.github/workflows/stable-macos.yml

@@ -7,7 +7,7 @@ on:
         type: boolean
         description: Force new Release
   schedule:
-    - cron: '0 0 * * *'
+    - cron: '0 18 * * *'
   push:
     branches: [ master ]
     paths-ignore:

+ 1 - 1
.github/workflows/stable-windows.yml

@@ -7,7 +7,7 @@ on:
         type: boolean
         description: Force new Release
   schedule:
-    - cron: '0 0 * * *'
+    - cron: '0 18 * * *'
   push:
     branches: [ master ]
     paths-ignore: