Skip to content

Commit 3e44c70

Browse files
CI: cache-deps: rm pull request hook (#2426)
* CI: cache-deps: rm pull request hook I needed to remove b0621d7 before merge. That is my fault, I should be more conservative between draft<->mergable PR. * CI: cache-deps: shift cache regeneration time Since most contributors are in the US & EU, & lets pretend they contribute between 17:00 - 00:30 - this cache time seems better.
1 parent 1a74937 commit 3e44c70

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cache-deps.yml

+2-5
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)