diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index b6949860f6..24b0a73057 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -125,6 +125,9 @@ jobs: - name: Run e2e tests run: | make test-e2e + if: ${{ !(github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true') }} + - name: Stop e2e tests controller + run: | pkill -f rollouts-controller if: ${{ !(github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true') }} - name: Output Rerun Overview