diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20ed2ec438..3dc8af5958 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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] diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 19038d92aa..da115aa654 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -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