소스 검색

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

Baptiste Augrain 2 년 전
부모
커밋
9f887867a9
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      .github/workflows/insider-linux.yml
  2. 1 1
      .github/workflows/insider-macos.yml
  3. 1 1
      .github/workflows/insider-spearhead.yml
  4. 1 1
      .github/workflows/insider-windows.yml

+ 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: