Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Lock Threads fix
Run at 6, not every minute of the 6th hour
  • Loading branch information
Stefterv authored Dec 17, 2024
commit 36a554b38f230384dbab20a3b2f47fef82df9b99
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: '* 6 * * *'
- cron: '* 6 * * 0'

permissions:
contents: read
Expand Down