Skip to content

Commit c89861b

Browse files
committed
Skip Tests done step on workflow cancel
1 parent 6a1ec08 commit c89861b

16 files changed

+21
-17
lines changed

.github/workflows/clickhouse-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: logs/*
7676

7777
- name: Upload coverage results
78-
if: always()
78+
if: success() || failure()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: coverage-clickhouse

.github/workflows/ftp-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: logs/*
7676

7777
- name: Upload coverage results
78-
if: always()
78+
if: success() || failure()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: coverage-ftp

.github/workflows/ftps-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: logs/*
7676

7777
- name: Upload coverage results
78-
if: always()
78+
if: success() || failure()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: coverage-ftps

.github/workflows/hdfs-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: logs/*
7676

7777
- name: Upload coverage results
78-
if: always()
78+
if: success() || failure()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: coverage-hdfs

.github/workflows/hive-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: logs/*
7676

7777
- name: Upload coverage results
78-
if: always()
78+
if: success() || failure()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: coverage-hive

.github/workflows/iceberg-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: logs/*
7676

7777
- name: Upload coverage results
78-
if: always()
78+
if: success() || failure()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: coverage-iceberg

.github/workflows/mssql-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: logs/*
7676

7777
- name: Upload coverage results
78-
if: always()
78+
if: success() || failure()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: coverage-mssql

.github/workflows/mysql-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: logs/*
7676

7777
- name: Upload coverage results
78-
if: always()
78+
if: success() || failure()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: coverage-mysql

.github/workflows/oracle-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: logs/*
7676

7777
- name: Upload coverage results
78-
if: always()
78+
if: success() || failure()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: coverage-oracle

.github/workflows/s3-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: logs/*
7676

7777
- name: Upload coverage results
78-
if: always()
78+
if: success() || failure()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: coverage-s3

0 commit comments

Comments
 (0)