diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 32a20eac108..9717fd83b29 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -185,14 +185,6 @@ jobs: with: sarif_file: 'trivy-results.sarif' - end-to-end-tests: - needs: - - build_and_push - - branch_meta - uses: hpi-schul-cloud/end-to-end-tests/.github/workflows/e2e_call.yml@main - with: - ref: ${{ needs.branch_meta.outputs.branch }} - cy-e2e-tests: needs: - branch_meta @@ -202,10 +194,3 @@ jobs: ref: ${{ needs.branch_meta.outputs.branch }} secrets: service-account-token: ${{ secrets.CYPRESS_ONEPWD_SERVICE_ACCOUNT_TOKEN }} - - test-successful: - runs-on: ubuntu-latest - needs: - - end-to-end-tests - steps: - - run: echo "Test was successful"