ci: Save cache for master-new (#468)

Adding master-new to the whitelisted refs for caching stuff
This commit is contained in:
DevTekVE
2024-12-08 19:33:32 +01:00
committed by GitHub
parent cc1bfcf12e
commit 5dc5b6accb
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@ runs:
scons -j$(nproc) --cache-populate"
- name: Save scons cache
uses: actions/cache/save@v4
if: github.ref == 'refs/heads/master'
if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/master-new')
with:
path: .ci_cache/scons_cache
key: scons-${{ runner.arch }}-${{ env.CACHE_COMMIT_DATE }}-${{ github.sha }}