We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b39a9 commit 9f99ff0Copy full SHA for 9f99ff0
1 file changed
.github/workflows/keep-cache-alive.yml
@@ -8,7 +8,7 @@ permissions:
8
# so this runs every Mon and Thu to update the cache's last accessed time
9
on: # yamllint disable-line rule:truthy
10
schedule:
11
- - cron: 0 5 * * 1,4
+ - cron: 19 5 * * 1,4
12
13
jobs:
14
keepalive:
0 commit comments