Skip to content

Commit

Permalink
Only lock threads once per day
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jun 7, 2024
1 parent a2191a6 commit 5b8b2e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions synced-files/.github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: 'Lock Threads'
name: "Lock Threads"

on:
schedule:
- cron: '0 * * * *'
# Schedule at 00:00 every day
- cron: "0 0 * * *"
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 5b8b2e4

Please sign in to comment.