@@ -348,7 +348,7 @@ jobs:
348348 if : ${{ !cancelled() }}
349349 run : ./ci/github/unit-testing/webserver.bash test_with_db 01
350350 - uses : codecov/codecov-action@v5
351- if : ${{ !cancelled }}
351+ if : ${{ !cancelled() }}
352352 env :
353353 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
354354 with :
@@ -390,7 +390,7 @@ jobs:
390390 - name : test
391391 run : ./ci/github/unit-testing/webserver.bash test_with_db 02
392392 - uses : codecov/codecov-action@v5
393- if : ${{ !cancelled }}
393+ if : ${{ !cancelled() }}
394394 env :
395395 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
396396 with :
@@ -432,7 +432,7 @@ jobs:
432432 - name : test
433433 run : ./ci/github/unit-testing/webserver.bash test_with_db 03
434434 - uses : codecov/codecov-action@v5
435- if : ${{ !cancelled }}
435+ if : ${{ !cancelled() }}
436436 env :
437437 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
438438 with :
@@ -522,7 +522,7 @@ jobs:
522522 if : ${{ !cancelled() }}
523523 run : ./ci/github/unit-testing/storage.bash test
524524 - uses : codecov/codecov-action@v5
525- if : ${{ !cancelled }}
525+ if : ${{ !cancelled() }}
526526 env :
527527 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
528528 with :
@@ -569,7 +569,7 @@ jobs:
569569 if : ${{ !cancelled() }}
570570 run : ./ci/github/unit-testing/agent.bash test
571571 - uses : codecov/codecov-action@v5
572- if : ${{ !cancelled }}
572+ if : ${{ !cancelled() }}
573573 env :
574574 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
575575 with :
@@ -611,7 +611,7 @@ jobs:
611611 - name : test
612612 run : ./ci/github/unit-testing/api.bash test
613613 - uses : codecov/codecov-action@v5
614- if : ${{ !cancelled }}
614+ if : ${{ !cancelled() }}
615615 env :
616616 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
617617 with :
@@ -659,7 +659,7 @@ jobs:
659659 if : ${{ !cancelled() }}
660660 run : ./ci/github/unit-testing/api-server.bash openapi-diff
661661 - uses : codecov/codecov-action@v5
662- if : ${{ !cancelled }}
662+ if : ${{ !cancelled() }}
663663 env :
664664 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
665665 with :
@@ -704,7 +704,7 @@ jobs:
704704 if : ${{ !cancelled() }}
705705 run : ./ci/github/unit-testing/autoscaling.bash test
706706 - uses : codecov/codecov-action@v5
707- if : ${{ !cancelled }}
707+ if : ${{ !cancelled() }}
708708 env :
709709 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
710710 with :
@@ -755,7 +755,7 @@ jobs:
755755 name : ${{ github.job }}_docker_logs
756756 path : ./services/catalog/test_failures
757757 - uses : codecov/codecov-action@v5
758- if : ${{ !cancelled }}
758+ if : ${{ !cancelled() }}
759759 env :
760760 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
761761 with :
@@ -811,7 +811,7 @@ jobs:
811811 pushd services/clusters-keeper && \
812812 make test-ci-unit
813813 - uses : codecov/codecov-action@v5
814- if : ${{ !cancelled }}
814+ if : ${{ !cancelled() }}
815815 env :
816816 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
817817 with :
@@ -862,7 +862,7 @@ jobs:
862862 name : ${{ github.job }}_docker_logs
863863 path : ./services/datcore-adapter/test_failures
864864 - uses : codecov/codecov-action@v5
865- if : ${{ !cancelled }}
865+ if : ${{ !cancelled() }}
866866 env :
867867 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
868868 with :
@@ -913,7 +913,7 @@ jobs:
913913 name : ${{ github.job }}_docker_logs
914914 path : ./services/director/test_failures
915915 - uses : codecov/codecov-action@v5
916- if : ${{ !cancelled }}
916+ if : ${{ !cancelled() }}
917917 env :
918918 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
919919 with :
@@ -964,7 +964,7 @@ jobs:
964964 name : ${{ github.job }}_docker_logs
965965 path : ./services/director-v2/test_failures
966966 - uses : codecov/codecov-action@v5
967- if : ${{ !cancelled }}
967+ if : ${{ !cancelled() }}
968968 env :
969969 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
970970 with :
@@ -1009,7 +1009,7 @@ jobs:
10091009 if : ${{ !cancelled() }}
10101010 run : ./ci/github/unit-testing/aws-library.bash test
10111011 - uses : codecov/codecov-action@v5
1012- if : ${{ !cancelled }}
1012+ if : ${{ !cancelled() }}
10131013 env :
10141014 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
10151015 with :
@@ -1054,7 +1054,7 @@ jobs:
10541054 if : ${{ !cancelled() }}
10551055 run : ./ci/github/unit-testing/dask-task-models-library.bash test
10561056 - uses : codecov/codecov-action@v5
1057- if : ${{ !cancelled }}
1057+ if : ${{ !cancelled() }}
10581058 env :
10591059 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
10601060 with :
@@ -1099,7 +1099,7 @@ jobs:
10991099 if : ${{ !cancelled() }}
11001100 run : ./ci/github/unit-testing/dask-sidecar.bash test
11011101 - uses : codecov/codecov-action@v5
1102- if : ${{ !cancelled }}
1102+ if : ${{ !cancelled() }}
11031103 env :
11041104 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
11051105 with :
@@ -1144,7 +1144,7 @@ jobs:
11441144 if : ${{ !cancelled() }}
11451145 run : ./ci/github/unit-testing/payments.bash test
11461146 - uses : codecov/codecov-action@v5
1147- if : ${{ !cancelled }}
1147+ if : ${{ !cancelled() }}
11481148 env :
11491149 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
11501150 with :
@@ -1189,7 +1189,7 @@ jobs:
11891189 if : ${{ !cancelled() }}
11901190 run : ./ci/github/unit-testing/dynamic-scheduler.bash test
11911191 - uses : codecov/codecov-action@v5
1192- if : ${{ !cancelled }}
1192+ if : ${{ !cancelled() }}
11931193 env :
11941194 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
11951195 with :
@@ -1244,7 +1244,7 @@ jobs:
12441244 pushd services/resource-usage-tracker && \
12451245 make test-ci-unit
12461246 - uses : codecov/codecov-action@v5
1247- if : ${{ !cancelled }}
1247+ if : ${{ !cancelled() }}
12481248 env :
12491249 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
12501250 with :
@@ -1289,7 +1289,7 @@ jobs:
12891289 if : ${{ !cancelled() }}
12901290 run : ./ci/github/unit-testing/dynamic-sidecar.bash test
12911291 - uses : codecov/codecov-action@v5
1292- if : ${{ !cancelled }}
1292+ if : ${{ !cancelled() }}
12931293 env :
12941294 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
12951295 with :
@@ -1345,7 +1345,7 @@ jobs:
13451345 pushd services/efs-guardian && \
13461346 make test-ci-unit
13471347 - uses : codecov/codecov-action@v5
1348- if : ${{ !cancelled }}
1348+ if : ${{ !cancelled() }}
13491349 env :
13501350 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
13511351 with :
@@ -1425,7 +1425,7 @@ jobs:
14251425 if : ${{ !cancelled() }}
14261426 run : ./ci/github/unit-testing/postgres-database.bash test
14271427 - uses : codecov/codecov-action@v5
1428- if : ${{ !cancelled }}
1428+ if : ${{ !cancelled() }}
14291429 env :
14301430 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
14311431 with :
@@ -1470,7 +1470,7 @@ jobs:
14701470 if : ${{ !cancelled() }}
14711471 run : ./ci/github/unit-testing/invitations.bash test
14721472 - uses : codecov/codecov-action@v5
1473- if : ${{ !cancelled }}
1473+ if : ${{ !cancelled() }}
14741474 env :
14751475 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
14761476 with :
@@ -1515,7 +1515,7 @@ jobs:
15151515 if : ${{ !cancelled() }}
15161516 run : ./ci/github/unit-testing/service-integration.bash test
15171517 - uses : codecov/codecov-action@v5
1518- if : ${{ !cancelled }}
1518+ if : ${{ !cancelled() }}
15191519 env :
15201520 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
15211521 with :
@@ -1560,7 +1560,7 @@ jobs:
15601560 if : ${{ !cancelled() }}
15611561 run : ./ci/github/unit-testing/service-library.bash test_all
15621562 - uses : codecov/codecov-action@v5
1563- if : ${{ !cancelled }}
1563+ if : ${{ !cancelled() }}
15641564 env :
15651565 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
15661566 with :
@@ -1605,7 +1605,7 @@ jobs:
16051605 if : ${{ !cancelled() }}
16061606 run : ./ci/github/unit-testing/settings-library.bash test
16071607 - uses : codecov/codecov-action@v5
1608- if : ${{ !cancelled }}
1608+ if : ${{ !cancelled() }}
16091609 env :
16101610 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
16111611 with :
@@ -1649,7 +1649,7 @@ jobs:
16491649 - name : test
16501650 run : ./ci/github/unit-testing/models-library.bash test
16511651 - uses : codecov/codecov-action@v5
1652- if : ${{ !cancelled }}
1652+ if : ${{ !cancelled() }}
16531653 env :
16541654 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
16551655 with :
@@ -1737,7 +1737,7 @@ jobs:
17371737 if : ${{ !cancelled() }}
17381738 run : ./ci/github/unit-testing/notifications-library.bash test
17391739 - uses : codecov/codecov-action@v5
1740- if : ${{ !cancelled }}
1740+ if : ${{ !cancelled() }}
17411741 env :
17421742 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
17431743 with :
@@ -1784,7 +1784,7 @@ jobs:
17841784 if : ${{ !cancelled() }}
17851785 run : ./ci/github/unit-testing/simcore-sdk.bash test
17861786 - uses : codecov/codecov-action@v5
1787- if : ${{ !cancelled }}
1787+ if : ${{ !cancelled() }}
17881788 env :
17891789 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
17901790 with :
@@ -1896,7 +1896,7 @@ jobs:
18961896 if : ${{ !cancelled() }}
18971897 run : ./ci/github/integration-testing/webserver.bash clean_up
18981898 - uses : codecov/codecov-action@v5
1899- if : ${{ !cancelled }}
1899+ if : ${{ !cancelled() }}
19001900 env :
19011901 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
19021902 with :
@@ -1960,7 +1960,7 @@ jobs:
19601960 if : ${{ !cancelled() }}
19611961 run : ./ci/github/integration-testing/webserver.bash clean_up
19621962 - uses : codecov/codecov-action@v5
1963- if : ${{ !cancelled }}
1963+ if : ${{ !cancelled() }}
19641964 env :
19651965 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
19661966 with :
@@ -2024,7 +2024,7 @@ jobs:
20242024 if : ${{ !cancelled() }}
20252025 run : ./ci/github/integration-testing/director-v2.bash clean_up
20262026 - uses : codecov/codecov-action@v5
2027- if : ${{ !cancelled }}
2027+ if : ${{ !cancelled() }}
20282028 env :
20292029 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
20302030 with :
@@ -2097,7 +2097,7 @@ jobs:
20972097 if : ${{ !cancelled() }}
20982098 run : ./ci/github/integration-testing/director-v2.bash clean_up
20992099 - uses : codecov/codecov-action@v5
2100- if : ${{ !cancelled }}
2100+ if : ${{ !cancelled() }}
21012101 env :
21022102 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
21032103 with :
@@ -2163,7 +2163,7 @@ jobs:
21632163 if : ${{ !cancelled() }}
21642164 run : ./ci/github/integration-testing/dynamic-sidecar.bash clean_up
21652165 - uses : codecov/codecov-action@v5
2166- if : ${{ !cancelled }}
2166+ if : ${{ !cancelled() }}
21672167 env :
21682168 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
21692169 with :
@@ -2227,7 +2227,7 @@ jobs:
22272227 if : ${{ !cancelled() }}
22282228 run : ./ci/github/integration-testing/simcore-sdk.bash clean_up
22292229 - uses : codecov/codecov-action@v5
2230- if : ${{ !cancelled }}
2230+ if : ${{ !cancelled() }}
22312231 env :
22322232 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
22332233 with :
0 commit comments