mirror of
https://github.com/payloadcms/payload.git
synced 2026-03-26 19:38:18 +00:00
Use `${{ github.sha }}` instead of `${{ github.sha }}-${{
github.run_number }}` for the build cache key, which will speed up
re-runs of failed workflows.
This should avoid having to rebuild at all on a re-run, saving ~5mins.