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 72
72
git commit -m "chore: update docs" || echo ""
73
73
git push
74
74
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`
78
78
make-similar-caches :
79
79
name : Make similar caches
80
80
needs : build
@@ -127,8 +127,8 @@ jobs:
127
127
if : ${{ matrix.id == 2 }}
128
128
run : nix profile install nixpkgs#nodejs
129
129
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
132
132
# Save new `common` caches
133
133
merge-similar-caches :
134
134
name : Merge similar caches
You can’t perform that action at this time.
0 commit comments