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 e467ae7 commit 26ec429
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,8 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
needs:
- validate-preflight
- validate-preflight-e2e
- validate-supportbundle
- validate-supportbundle-e2e
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout
Expand Down

0 comments on commit 26ec429

Please sign in to comment.