mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-10 06:14:13 +00:00
Add always check
This commit is contained in:
parent
3107b04f30
commit
bafae0bdeb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -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…
Reference in a new issue