diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5203807..9eacc54 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,7 +41,7 @@ jobs: RUST_LOG: warn - name: Save results cache uses: actions/cache/save@v4 - if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/only-cache-results-on-main' + if: github.ref == 'refs/heads/main' || github.ref == 'refs/pull/1716/merge' with: path: results/*.yaml key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ github.run_id }}