Skip to content

Commit 259ea6a

Browse files
committed
ci: add canary nightly cron, adjust lock and stale crons
1 parent 2ad035f commit 259ea6a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/lock-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: lock-issues
22

33
on:
44
schedule:
5-
# Run nightly at 12am EST
6-
- cron: '0 4 * * *'
5+
# Run nightly at 12am EST, staggered with stale workflow
6+
- cron: '0 5 * * *'
77
workflow_dispatch:
88

99
permissions:

.github/workflows/publish-prerelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: publish-prerelease
22

33
on:
4+
schedule:
5+
# Run nightly at 10pm EST
6+
- cron: '0 3 * * *'
47
workflow_dispatch:
58

69
env:

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: stale
22

33
on:
44
schedule:
5-
# Run nightly at 1am EST
6-
- cron: '0 5 * * *'
5+
# Run nightly at 1am EST, staggered with lock-issues workflow
6+
- cron: '0 6 * * *'
77

88
workflow_dispatch:
99
inputs:

0 commit comments

Comments
 (0)