Skip to content

Commit

Permalink
Update lock thread action timing
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 committed Oct 30, 2024
1 parent b3f0854 commit eefe7a7
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:

jobs:
Expand Down

0 comments on commit eefe7a7

Please sign in to comment.