Skip to content

Commit 2207eb2

Browse files
committed
[CI] Update 1.0.x and 1.1.x CI schedules (every N days)
1 parent 70e9e60 commit 2207eb2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci-dispatcher-1.0.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI Dispatcher (1.0.x)
22

33
on:
44
schedule:
5-
- cron: '0 11 * * */2' # Once every other day at 11am UTC
5+
- cron: '0 11 * * */3' # Once every 3 day at 11am UTC
66
workflow_dispatch:
77

88
jobs:

.github/workflows/ci-dispatcher-1.1.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI Dispatcher (1.1.x)
22

33
on:
44
schedule:
5-
- cron: '0 11 * * */2' # Once every other day at 11am UTC
5+
- cron: '0 9 * * */2' # Once every other day at 9am UTC
66
workflow_dispatch:
77

88
jobs:

.github/workflows/release-ad-hoc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Ad Hoc Release
22

33
on:
4-
push:
54
workflow_dispatch:
65

76
env:

0 commit comments

Comments
 (0)