Skip to content

Commit

Permalink
fix(ci): job comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Apr 3, 2024
1 parent 4284df4 commit a75bbce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
git commit -m "chore: update docs" || echo ""
git push
# Make individual caches with an `id` infix (`id` caches)
# Restore `id` or `common` caches
# Usually, there should be no `id` caches as they're purged by `merge-similar-caches`
# Make `individual` caches
# Restore `individual` or `common` caches
# Usually, there should be no `individual` caches to restore as they're purged by `merge-similar-caches`
make-similar-caches:
name: Make similar caches
needs: build
Expand Down Expand Up @@ -127,8 +127,8 @@ jobs:
if: ${{ matrix.id == 2 }}
run: nix profile install nixpkgs#nodejs

# Merge similar individual `id` caches
# Purge individual caches and old `common` caches
# Merge similar `individual` caches
# Purge `individual` caches and old `common` caches
# Save new `common` caches
merge-similar-caches:
name: Merge similar caches
Expand Down

0 comments on commit a75bbce

Please sign in to comment.