mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2025-02-16 12:18:25 +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
|
RUST_LOG: warn
|
||||||
- name: Save results cache
|
- name: Save results cache
|
||||||
uses: actions/cache/save@v4
|
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:
|
with:
|
||||||
path: results/*.yaml
|
path: results/*.yaml
|
||||||
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ github.run_id }}
|
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ github.run_id }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue