diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ac3e25ae..ede732581 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,7 +120,7 @@ workflows: # - docker-build-docker-compose-ingress - deployment-test-helm-chart: - filters: *filters-only-main-hotfix-testing + filters: *filters-allow-all requires: - get-version - deployment-testing-approval @@ -197,10 +197,6 @@ workflows: requires: - get-version - - publish-approval: - type: approval - filters: *filters-ignore-main-branch-or-all-tags - - docker-publish-server: context: &docker-hub-context - docker-hub @@ -210,7 +206,6 @@ workflows: - get-version - pre-commit - lint-and-prettier - - publish-approval - test-frontend-2 - test-viewer - test-objectsender @@ -228,7 +223,6 @@ workflows: - get-version - pre-commit - lint-and-prettier - - publish-approval - test-frontend-2 - test-viewer - test-objectsender @@ -245,7 +239,6 @@ workflows: filters: *filters-only-main-hotfix-testing requires: - get-version - - publish-approval - docker-publish-webhooks: context: *docker-hub-context @@ -255,7 +248,6 @@ workflows: - get-version - pre-commit - lint-and-prettier - - publish-approval - test-frontend-2 - test-viewer - test-objectsender @@ -273,7 +265,6 @@ workflows: - get-version - pre-commit - lint-and-prettier - - publish-approval - test-frontend-2 - test-viewer - test-objectsender @@ -291,7 +282,6 @@ workflows: - get-version - pre-commit - lint-and-prettier - - publish-approval - test-frontend-2 - test-viewer - test-objectsender @@ -309,7 +299,6 @@ workflows: - get-version - pre-commit - lint-and-prettier - - publish-approval - test-frontend-2 - test-viewer - test-objectsender @@ -326,7 +315,6 @@ workflows: - docker-build-monitor-container - get-version - pre-commit - - publish-approval - test-server - test-server-no-ff - test-server-multiregion @@ -339,7 +327,6 @@ workflows: - get-version - pre-commit - lint-and-prettier - - publish-approval - test-frontend-2 - test-viewer - test-objectsender @@ -356,7 +343,6 @@ workflows: - docker-build-docker-compose-ingress - get-version - pre-commit - - publish-approval - test-frontend-2 - test-viewer - test-objectsender @@ -384,7 +370,6 @@ workflows: - docker-publish-test-container - docker-publish-webhooks - get-version - - publish-approval - publish-npm: filters: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f5c8d1399..1d7800a3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,7 +84,7 @@ jobs: working-directory: 'packages/frontend-2' test-viewer: - name: Viwer + name: Viewer runs-on: blacksmith steps: - uses: actions/checkout@v4.2.2