[CI] Update 1.0.x and 1.1.x CI schedules (every N days)
This commit is contained in:
2
.github/workflows/ci-dispatcher-1.0.x.yml
vendored
2
.github/workflows/ci-dispatcher-1.0.x.yml
vendored
@@ -2,7 +2,7 @@ name: CI Dispatcher (1.0.x)
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 11 * * */2' # Once every other day at 11am UTC
|
||||
- cron: '0 11 * * */3' # Once every 3 day at 11am UTC
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/ci-dispatcher-1.1.x.yml
vendored
2
.github/workflows/ci-dispatcher-1.1.x.yml
vendored
@@ -2,7 +2,7 @@ name: CI Dispatcher (1.1.x)
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 11 * * */2' # Once every other day at 11am UTC
|
||||
- cron: '0 9 * * */2' # Once every other day at 9am UTC
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
1
.github/workflows/release-ad-hoc.yml
vendored
1
.github/workflows/release-ad-hoc.yml
vendored
@@ -1,7 +1,6 @@
|
||||
name: Ad Hoc Release
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user