@@ -772,7 +772,7 @@ jobs:
772772 if : ${{ !cancelled() }}
773773 run : ./ci/github/unit-testing/catalog.bash test
774774 - name : upload failed tests logs
775- if : ${{ !cancelled () }}
775+ if : ${{ failure () }}
776776 uses : actions/upload-artifact@v4
777777 with :
778778 name : ${{ github.job }}_docker_logs
@@ -879,7 +879,7 @@ jobs:
879879 if : ${{ !cancelled() }}
880880 run : ./ci/github/unit-testing/datcore-adapter.bash test
881881 - name : upload failed tests logs
882- if : ${{ !cancelled () }}
882+ if : ${{ failure () }}
883883 uses : actions/upload-artifact@v4
884884 with :
885885 name : ${{ github.job }}_docker_logs
@@ -930,7 +930,7 @@ jobs:
930930 if : ${{ !cancelled() }}
931931 run : ./ci/github/unit-testing/director.bash test
932932 - name : upload failed tests logs
933- if : ${{ !cancelled () }}
933+ if : ${{ failure () }}
934934 uses : actions/upload-artifact@v4
935935 with :
936936 name : ${{ github.job }}_docker_logs
@@ -981,7 +981,7 @@ jobs:
981981 if : ${{ !cancelled() }}
982982 run : ./ci/github/unit-testing/director-v2.bash test
983983 - name : upload failed tests logs
984- if : ${{ !cancelled () }}
984+ if : ${{ failure () }}
985985 uses : actions/upload-artifact@v4
986986 with :
987987 name : ${{ github.job }}_docker_logs
@@ -1910,7 +1910,7 @@ jobs:
19101910 - name : test
19111911 run : ./ci/github/integration-testing/webserver.bash test 01
19121912 - name : upload failed tests logs
1913- if : ${{ !cancelled () }}
1913+ if : ${{ failure () }}
19141914 uses : actions/upload-artifact@v4
19151915 with :
19161916 name : ${{ github.job }}_docker_logs
@@ -1974,7 +1974,7 @@ jobs:
19741974 - name : test
19751975 run : ./ci/github/integration-testing/webserver.bash test 02
19761976 - name : upload failed tests logs
1977- if : ${{ !cancelled () }}
1977+ if : ${{ failure () }}
19781978 uses : actions/upload-artifact@v4
19791979 with :
19801980 name : ${{ github.job }}_docker_logs
@@ -2038,7 +2038,7 @@ jobs:
20382038 - name : test
20392039 run : ./ci/github/integration-testing/director-v2.bash test 01
20402040 - name : upload failed tests logs
2041- if : ${{ !cancelled () }}
2041+ if : ${{ failure () }}
20422042 uses : actions/upload-artifact@v4
20432043 with :
20442044 name : ${{ github.job }}_docker_logs
@@ -2111,7 +2111,7 @@ jobs:
21112111 - name : test
21122112 run : ./ci/github/integration-testing/director-v2.bash test 02
21132113 - name : upload failed tests logs
2114- if : ${{ !cancelled () }}
2114+ if : ${{ failure () }}
21152115 uses : actions/upload-artifact@v4
21162116 with :
21172117 name : ${{ github.job }}_docker_logs
@@ -2177,7 +2177,7 @@ jobs:
21772177 - name : test
21782178 run : ./ci/github/integration-testing/dynamic-sidecar.bash test 01
21792179 - name : upload failed tests logs
2180- if : ${{ !cancelled () }}
2180+ if : ${{ failure () }}
21812181 uses : actions/upload-artifact@v4
21822182 with :
21832183 name : ${{ github.job }}_docker_logs
@@ -2241,7 +2241,7 @@ jobs:
22412241 - name : test
22422242 run : ./ci/github/integration-testing/simcore-sdk.bash test
22432243 - name : upload failed tests logs
2244- if : ${{ !cancelled () }}
2244+ if : ${{ failure () }}
22452245 uses : actions/upload-artifact@v4
22462246 with :
22472247 name : ${{ github.job }}_docker_logs
@@ -2330,7 +2330,7 @@ jobs:
23302330 - name : test
23312331 run : ./ci/github/system-testing/public-api.bash test
23322332 - name : upload failed tests logs
2333- if : ${{ !cancelled () }}
2333+ if : ${{ failure () }}
23342334 uses : actions/upload-artifact@v4
23352335 with :
23362336 name : ${{ github.job }}_docker_logs
@@ -2395,7 +2395,7 @@ jobs:
23952395 name : ${{ github.job }}_services_settings_schemas
23962396 path : ./services/**/settings-schema.json
23972397 - name : upload failed tests logs
2398- if : ${{ !cancelled () }}
2398+ if : ${{ failure () }}
23992399 uses : actions/upload-artifact@v4
24002400 with :
24012401 name : ${{ github.job }}_docker_logs
0 commit comments