Skip to content

Commit b711334

Browse files
authored
Only run issue-locker action on weekdays (#60979)
* Only run issue-locker action on weekdays * Update cron schedule for locking stale issues * Update cron schedule for locker workflow
1 parent 89a4e8d commit b711334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/locker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Locker - Lock stale issues
22
on:
33
schedule:
4-
- cron: '34 8 * * *' # Once per day, overnight PT, uncommon minute of hour
4+
- cron: '34 12 * * 1-5' # Once per weekday, overnight PT, uncommon minute of hour
55

66
workflow_dispatch:
77
# Manual triggering through the GitHub UI, API, or CLI

0 commit comments

Comments
 (0)