Skip to content

Commit

Permalink
make GHA always save cache, even on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Oct 2, 2023
1 parent 4dbc49c commit a302a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Update environment & write to cache
run: mamba env update -n hydromt -f environment.yml
if: steps.cache.outputs.cache-hit != 'true'
if: always()

- name: Conda info
run: |
Expand Down

0 comments on commit a302a5c

Please sign in to comment.