Skip to content

Commit

Permalink
fix: smoke test for webhook e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
rschalo committed Oct 14, 2024
1 parent f517272 commit 84a51ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
enable_local_zones: ${{ inputs.suite == 'LocalZone' }}
cleanup: ${{ inputs.cleanup }}
codebuild_role: ${{ vars[format('{0}_CODEBUILD_ROLE', inputs.codebuild_region)] }}
webhooks_enabled: ${{ !contains(inputs.suite, 'Webhooks') }}
webhooks_enabled: ${{ inputs.suite != 'Webhooks' }} # Disable for the webhook suite as a smoke test
- name: run tests for private cluster
if: ${{ inputs.workflow_trigger == 'private_cluster' }}
uses: ./.github/actions/e2e/run-tests-private-cluster
Expand Down

0 comments on commit 84a51ec

Please sign in to comment.