Skip to content

Commit

Permalink
check failures/skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Apr 16, 2024
1 parent 6402539 commit d837e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
# We cannot release to docker on a test run because it uses the tag in GitHub as
# what we need to release but draft releases don't actually tag the commit so it
# finds nothing to release
if: ${{ !inputs.test_run || inputs.only_docker }}
if: ${{ !failure() && !cancelled() && (!inputs.test_run || inputs.only_docker) }}
strategy:
matrix: ${{fromJson(needs.determine-docker-package.outputs.matrix)}}

Expand Down

0 comments on commit d837e97

Please sign in to comment.