File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7272 git commit -m "chore: update docs" || echo ""
7373 git push
7474
75- # Make individual caches with an `id` infix (`id` caches)
76- # Restore `id ` or `common` caches
77- # Usually, there should be no `id ` caches as they're purged by `merge-similar-caches`
75+ # Make ` individual` caches
76+ # Restore `individual ` or `common` caches
77+ # Usually, there should be no `individual ` caches to restore as they're purged by `merge-similar-caches`
7878 make-similar-caches :
7979 name : Make similar caches
8080 needs : build
@@ -127,8 +127,8 @@ jobs:
127127 if : ${{ matrix.id == 2 }}
128128 run : nix profile install nixpkgs#nodejs
129129
130- # Merge similar individual `id ` caches
131- # Purge individual caches and old `common` caches
130+ # Merge similar `individual ` caches
131+ # Purge ` individual` caches and old `common` caches
132132 # Save new `common` caches
133133 merge-similar-caches :
134134 name : Merge similar caches
You can’t perform that action at this time.
0 commit comments