Skip to content

Commit

Permalink
Reduce schedule for lock threads workflow to a daily basis (directus#…
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj authored Mar 8, 2024
1 parent ce7ce21 commit a0d2c7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Lock Threads

on:
schedule:
- cron: '0 * * * *'
# Reduce to daily execution once initial backlog has been processed
# - cron: '30 2 * * *'
- cron: '30 2 * * *'

permissions:
issues: write
Expand Down

0 comments on commit a0d2c7a

Please sign in to comment.