diff --git a/.github/workflows/extra.yml b/.github/workflows/extra.yml index 9409ea2..b81442b 100644 --- a/.github/workflows/extra.yml +++ b/.github/workflows/extra.yml @@ -4,7 +4,9 @@ on: branches: - main jobs: - extra: + # Need to have the same name as where this dependency is used, + # otherwise the cache key won't be the same. + release: runs-on: ubuntu-22.04 steps: # build and cache this here in order to reuse it's cache in feature branches