Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 6, 2024
1 parent 5ffee5d commit c45657d
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/webserver.bash test_with_db 01
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
- name: test
run: ./ci/github/unit-testing/webserver.bash test_with_db 02
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
- name: test
run: ./ci/github/unit-testing/webserver.bash test_with_db 03
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/storage.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -569,7 +569,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/agent.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -611,7 +611,7 @@ jobs:
- name: test
run: ./ci/github/unit-testing/api.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -659,7 +659,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/api-server.bash openapi-diff
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -704,7 +704,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/autoscaling.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -755,7 +755,7 @@ jobs:
name: ${{ github.job }}_docker_logs
path: ./services/catalog/test_failures
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -811,7 +811,7 @@ jobs:
pushd services/clusters-keeper && \
make test-ci-unit
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -862,7 +862,7 @@ jobs:
name: ${{ github.job }}_docker_logs
path: ./services/datcore-adapter/test_failures
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -913,7 +913,7 @@ jobs:
name: ${{ github.job }}_docker_logs
path: ./services/director/test_failures
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -964,7 +964,7 @@ jobs:
name: ${{ github.job }}_docker_logs
path: ./services/director-v2/test_failures
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1009,7 +1009,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/aws-library.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1054,7 +1054,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/dask-task-models-library.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1099,7 +1099,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/dask-sidecar.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1144,7 +1144,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/payments.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1189,7 +1189,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/dynamic-scheduler.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1244,7 +1244,7 @@ jobs:
pushd services/resource-usage-tracker && \
make test-ci-unit
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1289,7 +1289,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/dynamic-sidecar.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1345,7 +1345,7 @@ jobs:
pushd services/efs-guardian && \
make test-ci-unit
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1425,7 +1425,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/postgres-database.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1470,7 +1470,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/invitations.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1515,7 +1515,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/service-integration.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1560,7 +1560,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/service-library.bash test_all
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1605,7 +1605,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/settings-library.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1649,7 +1649,7 @@ jobs:
- name: test
run: ./ci/github/unit-testing/models-library.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1737,7 +1737,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/notifications-library.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1784,7 +1784,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/simcore-sdk.bash test
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1896,7 +1896,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/webserver.bash clean_up
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1960,7 +1960,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/webserver.bash clean_up
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -2024,7 +2024,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/director-v2.bash clean_up
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -2097,7 +2097,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/director-v2.bash clean_up
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -2163,7 +2163,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/dynamic-sidecar.bash clean_up
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -2227,7 +2227,7 @@ jobs:
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/simcore-sdk.bash clean_up
- uses: codecov/codecov-action@v5
if: ${{ !cancelled }}
if: ${{ !cancelled() }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit c45657d

Please sign in to comment.