Skip to content

Commit

Permalink
merge: #12508
Browse files Browse the repository at this point in the history
12508: [Backport stable/8.2] ci(test): skip test artifact upload on success r=megglos a=backport-action

# Description
Backport of #12497 to `stable/8.2`.

relates to #12028

Co-authored-by: Meggle (Sebastian Bathke) <sebastian.bathke@camunda.com>
  • Loading branch information
zeebe-bors-camunda[bot] and megglos authored Apr 21, 2023
2 parents ac937b7 + f0a1f8b commit 29e82eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
buildOutputFilePath: ${{ env.BUILD_OUTPUT_FILE_PATH }}
- name: Upload test artifacts
uses: ./.github/actions/collect-test-artifacts
if: always()
if: failure()
with:
name: "[IT] ${{ matrix.name }}"
unit-tests:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
buildOutputFilePath: ${{ env.BUILD_OUTPUT_FILE_PATH }}
- name: Upload test artifacts
uses: ./.github/actions/collect-test-artifacts
if: always()
if: failure()
with:
name: "unit tests"
smoke-tests:
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
verify
- name: Upload test artifacts
uses: ./.github/actions/collect-test-artifacts
if: always()
if: failure()
with:
name: "[Smoke] ${{ matrix.os }} with ${{ matrix.arch }}"
property-tests:
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
buildOutputFilePath: ${{ env.BUILD_OUTPUT_FILE_PATH }}
- name: Upload test artifacts
uses: ./.github/actions/collect-test-artifacts
if: always()
if: failure()
with:
name: Property Tests
go-client:
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
buildOutputFilePath: ${{ env.BUILD_OUTPUT_FILE_PATH }}
- name: Upload test artifacts
uses: ./.github/actions/collect-test-artifacts
if: always()
if: failure()
with:
name: Java 8 Client
codeql:
Expand Down

0 comments on commit 29e82eb

Please sign in to comment.