Skip to content

Commit

Permalink
Change always references to not cancelled (#5898)
Browse files Browse the repository at this point in the history
  • Loading branch information
oseoin authored Jul 1, 2024
1 parent f593b0c commit ee25a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ jobs:
if: ${{ inputs.force || (needs.checks.outputs.forked_workflow == 'false' && needs.checks.outputs.stable_image_exists != 'true' && needs.checks.outputs.docs_only == 'false') }}

tag-results:
if: ${{ always() }}
if: ${{ !cancelled() }}
runs-on: ubuntu-22.04
name: Final CI Results
needs: [tag-stable, smoke-tests-oss, smoke-tests-plus, smoke-tests-nap]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
with:
name: ${{ steps.regression-tests.outputs.test-results-name }}
path: ${{ steps.regression-tests.outputs.test-results-path }}
if: always()
if: ${{ !cancelled() }}

tag-stable:
name: Tag tested image as nightly
Expand Down

0 comments on commit ee25a83

Please sign in to comment.