mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
ci: improve schedule (#1228)
This commit is contained in:
2
.github/workflows/insider-linux.yml
vendored
2
.github/workflows/insider-linux.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
description: Forced release version
|
description: Forced release version
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 1 * * *'
|
- cron: '0 7 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ insider ]
|
branches: [ insider ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|||||||
2
.github/workflows/insider-macos.yml
vendored
2
.github/workflows/insider-macos.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
description: Forced release version
|
description: Forced release version
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 1 * * *'
|
- cron: '0 7 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ insider ]
|
branches: [ insider ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|||||||
2
.github/workflows/insider-spearhead.yml
vendored
2
.github/workflows/insider-spearhead.yml
vendored
@@ -3,7 +3,7 @@ name: insider-spearhead
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 0 * * *'
|
- cron: '0 6 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
2
.github/workflows/insider-windows.yml
vendored
2
.github/workflows/insider-windows.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
description: Forced release version
|
description: Forced release version
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 1 * * *'
|
- cron: '0 7 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ insider ]
|
branches: [ insider ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|||||||
2
.github/workflows/stable-linux.yml
vendored
2
.github/workflows/stable-linux.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
description: Force new Release
|
description: Force new Release
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 18 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|||||||
2
.github/workflows/stable-macos.yml
vendored
2
.github/workflows/stable-macos.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
description: Force new Release
|
description: Force new Release
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 18 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|||||||
2
.github/workflows/stable-windows.yml
vendored
2
.github/workflows/stable-windows.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
description: Force new Release
|
description: Force new Release
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 18 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|||||||
Reference in New Issue
Block a user