Skip to content

Commit a283b15

Browse files
authored
Make Autopilot run every day
1 parent 697eade commit a283b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autopilot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Autopilot
33
on:
44
workflow_dispatch:
55
schedule:
6-
# 17:00 UTC on Monday, Wednesday, and Friday
6+
# Run at 17:00 UTC every day
77
# 17:00 UTC is (usually) 10:00 PDT
8-
- cron: "0 17 * * 1,3,5"
8+
- cron: "0 17 * * *"
99

1010
permissions:
1111
issues: write

0 commit comments

Comments
 (0)