File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 32
32
- master
33
33
schedule :
34
34
# Refresh snapshot every (02+8*x):25 UTC
35
- # When cache is present it is a light check workflow with early temination .
35
+ # When cache is present it is a light check workflow with early termination .
36
36
# When primary cache is not hit - runs the cache generation.
37
37
# Why: GitHub repo has 10G pool & on overflow GitHub removes caches in FIFO manner.
38
38
# When internal branche PRs save into the same pool -
39
39
# their cache is accessible only inside of the scope of the PR.
40
40
# If main cache is forced out - there are no cache shared between PRs,
41
41
# which implies all PRs would start to create & save their cache.
42
- # Reinstitution of the main chache once a day allows to put it back so it gets shared across all PRs.
42
+ # Reinstitution of the main chache puts it back into FIFO
43
+ # & so it gets shared across all PRs.
43
44
- cron : " 25 2/8 * * *"
44
45
45
46
env :
You can’t perform that action at this time.
0 commit comments