We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad035f commit 259ea6aCopy full SHA for 259ea6a
.github/workflows/lock-issues.yml
@@ -2,8 +2,8 @@ name: lock-issues
2
3
on:
4
schedule:
5
- # Run nightly at 12am EST
6
- - cron: '0 4 * * *'
+ # Run nightly at 12am EST, staggered with stale workflow
+ - cron: '0 5 * * *'
7
workflow_dispatch:
8
9
permissions:
.github/workflows/publish-prerelease.yml
@@ -1,6 +1,9 @@
1
name: publish-prerelease
+ schedule:
+ # Run nightly at 10pm EST
+ - cron: '0 3 * * *'
env:
.github/workflows/stale.yml
@@ -2,8 +2,8 @@ name: stale
- # Run nightly at 1am EST
- - cron: '0 5 * * *'
+ # Run nightly at 1am EST, staggered with lock-issues workflow
+ - cron: '0 6 * * *'
inputs:
0 commit comments