Skip to content

Commit

Permalink
staggered cron timing of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mortii committed Jun 21, 2024
1 parent 5cf1aa2 commit cf081b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Lock Threads'

on:
schedule:
- cron: '0 0 * * *'
- cron: '21 2 * * *'
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stalebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:

on:
schedule:
- cron: '30 1 * * *'
- cron: '21 1 * * *'
workflow_dispatch:
inputs:
name:
Expand Down

0 comments on commit cf081b8

Please sign in to comment.