Skip to content

Commit 53ac674

Browse files
authored
Merge branch 'master' into gitlab-ci-freebsd
2 parents 02c5f5d + 3e44c70 commit 53ac674

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cache-deps.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ on:
1616
branches:
1717
- master
1818
schedule:
19-
# Try to save snapshot every day at 03:45 UTC (~21:45 in California)
20-
- cron: "45 3 * * *"
21-
pull_request:
22-
branches:
23-
- '**'
19+
# Try to save snapshot every day at 08:25 UTC (~00:25 in California)
20+
- cron: "25 8 * * *"
2421

2522
jobs:
2623
pre_job:

0 commit comments

Comments
 (0)