Skip to content

Commit abb61bb

Browse files
committed
CI: caching: fx doc
1 parent d7c1a5a commit abb61bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/caching.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ on:
3232
- master
3333
schedule:
3434
# 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.
3636
# When primary cache is not hit - runs the cache generation.
3737
# Why: GitHub repo has 10G pool & on overflow GitHub removes caches in FIFO manner.
3838
# When internal branche PRs save into the same pool -
3939
# their cache is accessible only inside of the scope of the PR.
4040
# If main cache is forced out - there are no cache shared between PRs,
4141
# 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.
4344
- cron: "25 2/8 * * *"
4445

4546
env:

0 commit comments

Comments
 (0)