Browse Source

fix(ci): delay spearhead because it didn't catch today updates [skip ci]

Baptiste Augrain 2 years ago
parent
commit
9f887867a9

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

@@ -7,7 +7,7 @@ on:
         type: string
         description: Forced release version
   schedule:
-    - cron: '0 7 * * *'
+    - cron: '0 8 * * *'
   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 7 * * *'
+    - cron: '0 8 * * *'
   push:
     branches: [ insider ]
     paths-ignore:

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

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

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

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