Skip to content

Commit

Permalink
Comment out end-to-end tests in push
Browse files Browse the repository at this point in the history
  • Loading branch information
casparneumann-cap authored Nov 7, 2023
1 parent c8dca2a commit 8631541
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
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 }}
# 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:
Expand Down

0 comments on commit 8631541

Please sign in to comment.