Skip to content

Commit

Permalink
change lock schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Mar 18, 2024
1 parent 1b97780 commit f89b1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Close Threads'

on:
schedule:
- cron: '50 0 * * *'
- cron: '30 0 * * *'
workflow_dispatch:

permissions:
Expand Down
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: '50 1 * * *'
- cron: '30 1 * * *'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit f89b1aa

Please sign in to comment.