Skip to content

Commit a75bbce

Browse files
committed
fix(ci): job comments
1 parent 4284df4 commit a75bbce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
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

0 commit comments

Comments
 (0)