Add always check

pull/1716/head
Tom Parker-Shemilt 3 weeks ago
parent 3107b04f30
commit bafae0bdeb

@ -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/pull/1716/merge'
if: always() && (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 }}

Loading…
Cancel
Save