Skip to content

Commit 19c39a1

Browse files
oseoinAlexFenlon
authored andcommitted
Change always references to not cancelled (#5898)
1 parent 907cf89 commit 19c39a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ jobs:
664664
if: ${{ inputs.force || (needs.checks.outputs.forked_workflow == 'false' && needs.checks.outputs.stable_image_exists != 'true' && needs.checks.outputs.docs_only == 'false') }}
665665

666666
tag-results:
667-
if: ${{ always() }}
667+
if: ${{ !cancelled() }}
668668
runs-on: ubuntu-22.04
669669
name: Final CI Results
670670
needs: [tag-stable, smoke-tests-oss, smoke-tests-plus, smoke-tests-nap]

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
with:
255255
name: ${{ steps.regression-tests.outputs.test-results-name }}
256256
path: ${{ steps.regression-tests.outputs.test-results-path }}
257-
if: always()
257+
if: ${{ !cancelled() }}
258258

259259
tag-stable:
260260
name: Tag tested image as nightly

0 commit comments

Comments
 (0)