We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f5fc6 commit 6bfd614Copy full SHA for 6bfd614
.github/workflows/autopilot.yml
@@ -5,7 +5,7 @@ on:
5
schedule:
6
# Run at 17:00 UTC every day
7
# 17:00 UTC is (usually) 10:00 PDT
8
- - cron: "0 17 * * *"
+ - cron: "0 17 * * 1,5"
9
10
permissions:
11
issues: write
0 commit comments