[CI] Update 1.0.x and 1.1.x CI schedules (every N days)

This commit is contained in:
Chris Bono
2024-07-29 23:36:04 -05:00
parent 70e9e60f39
commit 2207eb2733
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

@@ -1,7 +1,6 @@
name: Ad Hoc Release
on:
push:
workflow_dispatch:
env: