ci: change ref to master (#1099)

This commit is contained in:
Jason Wen
2025-07-31 13:45:48 -04:00
committed by GitHub
parent 713f8bfc21
commit 259e2fd5af
12 changed files with 21 additions and 28 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' || github.ref == 'refs/heads/master-new')
if: github.ref == 'refs/heads/master'
with:
path: .ci_cache/scons_cache
key: scons-${{ runner.arch }}-${{ env.CACHE_COMMIT_DATE }}-${{ github.sha }}