Skip to content

Commit 6bfd614

Browse files
authored
Slow down autopilot (#768)
1 parent 43f5fc6 commit 6bfd614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autopilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
schedule:
66
# Run at 17:00 UTC every day
77
# 17:00 UTC is (usually) 10:00 PDT
8-
- cron: "0 17 * * *"
8+
- cron: "0 17 * * 1,5"
99

1010
permissions:
1111
issues: write

0 commit comments

Comments
 (0)