diff --git a/.github/workflows/cicd-app.yml b/.github/workflows/cicd-app.yml index 77076b603..8b6c3827f 100644 --- a/.github/workflows/cicd-app.yml +++ b/.github/workflows/cicd-app.yml @@ -340,7 +340,7 @@ jobs: push_to_registry: name: Push to registry - needs: [ version, unit_test_backend, unit_test_frontend, e2e_test, generate_and_upload_source_maps ] + needs: [ version, unit_test_backend, unit_test_frontend, e2e_test ] # needs: [version, e2e_test, e2e_multi_windows_test, unit_test_frontend, e2e_test] runs-on: ubuntu-22.04 if: startsWith(github.ref, 'refs/heads/dependabot') == false