Skip to content

Commit

Permalink
Update lock thread action timing (#182)
Browse files Browse the repository at this point in the history
We're sometimes observing failures from this action and from the issue
below it seems like using a different random time might solve this.

dessant/lock-threads#48
  • Loading branch information
daviddavis authored Oct 31, 2024
1 parent 8eb3102 commit 86ef1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lock.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: '33 2 * * *'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 86ef1ea

Please sign in to comment.