Skip to content

Commit

Permalink
Don't do push step on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed May 6, 2024
1 parent 9f044e2 commit e78ae91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: |
spack -e . mirror set --push --oci-username ${{ github.actor }} --oci-password "${{ secrets.GITHUB_TOKEN }}" local-buildcache
spack -e . buildcache push --base-image ubuntu:22.04 local-buildcache
if: ${{ !cancelled() }}
if: ${{ !cancelled() && !failure() }}

0 comments on commit e78ae91

Please sign in to comment.