Skip to content

Commit

Permalink
!! DEBUG !! Keep runner for investigation!
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Sep 29, 2023
1 parent 954a1db commit 705255f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
type: string
destroy_runner:
description: Destroy the auto-generated self-hosted runner
default: true
default: false
type: boolean
elemental_support:
description: URL of the elemental support binary
Expand Down Expand Up @@ -577,7 +577,7 @@ jobs:
env:
OPERATOR_REPO: ${{ inputs.operator_repo }}
# Don't test Operator uninstall if we want to keep the runner for debugging purposes
if: inputs.destroy_runner == true && inputs.test_type == 'cli'
if: inputs.test_type == 'cli'
run: cd tests && make e2e-uninstall-operator
- name: Store logs
if: always()
Expand Down

0 comments on commit 705255f

Please sign in to comment.