Skip to content

Commit

Permalink
fix workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
xavpaice committed Nov 7, 2024
1 parent 26ec429 commit e496b33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,15 +254,11 @@ jobs:
validate-pr-tests:
runs-on: ubuntu-latest
needs:
- test
- test-integration
- run-examples
- compile-collect
- validate-preflight
- validate-preflight-e2e
- validate-supportbundle
- validate-supportbundle-e2e
- validate-supportbundle-e2e-go-test
- ensure-schemas-are-generated
steps:
- run: echo "All PR tests passed"
Expand Down

0 comments on commit e496b33

Please sign in to comment.