fix(ci): delay spearhead because it didn't catch today updates [skip ci]
This commit is contained in:
parent
d9b0bdb1fc
commit
9f887867a9
4 changed files with 4 additions and 4 deletions
2
.github/workflows/insider-linux.yml
vendored
2
.github/workflows/insider-linux.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
type: string
|
||||
description: Forced release version
|
||||
schedule:
|
||||
- cron: '0 7 * * *'
|
||||
- cron: '0 8 * * *'
|
||||
push:
|
||||
branches: [ insider ]
|
||||
paths-ignore:
|
||||
|
|
2
.github/workflows/insider-macos.yml
vendored
2
.github/workflows/insider-macos.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
type: string
|
||||
description: Forced release version
|
||||
schedule:
|
||||
- cron: '0 7 * * *'
|
||||
- cron: '0 8 * * *'
|
||||
push:
|
||||
branches: [ insider ]
|
||||
paths-ignore:
|
||||
|
|
2
.github/workflows/insider-spearhead.yml
vendored
2
.github/workflows/insider-spearhead.yml
vendored
|
@ -3,7 +3,7 @@ name: insider-spearhead
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
- cron: '0 7 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
2
.github/workflows/insider-windows.yml
vendored
2
.github/workflows/insider-windows.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
type: string
|
||||
description: Forced release version
|
||||
schedule:
|
||||
- cron: '0 7 * * *'
|
||||
- cron: '0 8 * * *'
|
||||
push:
|
||||
branches: [ insider ]
|
||||
paths-ignore:
|
||||
|
|
Loading…
Reference in a new issue