Skip to content

Fix CI cache keys for push events - #62

Merged
TheFirstAvenger merged 1 commit into
mainfrom
fix-ci-cache-keys
Mar 1, 2026
Merged

Fix CI cache keys for push events#62
TheFirstAvenger merged 1 commit into
mainfrom
fix-ci-cache-keys

Conversation

@TheFirstAvenger

Copy link
Copy Markdown
Member

Summary

  • Remove github.event.pull_request.base.sha from cache keys — it's empty on push events, producing double dashes (--) and causing cache misses
  • The mix.lock hash is sufficient for cache invalidation

Test plan

  • CI passes on this PR (cache keys no longer have --)
  • After merge, push-to-main CI run hits caches correctly

Remove github.event.pull_request.base.sha from cache keys since it's
empty on push events, causing double dashes and cache misses. The
mix.lock hash is sufficient for cache invalidation.
@TheFirstAvenger
TheFirstAvenger merged commit 9c36ba8 into main Mar 1, 2026
1 check passed
@TheFirstAvenger
TheFirstAvenger deleted the fix-ci-cache-keys branch March 1, 2026 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant