Skip to content

Commit

Permalink
Merge pull request #25 from SebastianScherer88/add-deprovision-flag-t…
Browse files Browse the repository at this point in the history
…o-k8s-ci

Add deprovision flag to k8s ci
  • Loading branch information
SebastianScherer88 authored Oct 26, 2024
2 parents 4337b37 + cf0de53 commit a023245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/k8s-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
with:
test-suite: k8s
test-flags: ${{ inputs.test-flags }}
python-version: ${{ inputs.python-version }}
python-version: ${{ inputs.python-version }}
deprovision-when-finished: ${{ inputs.deprovision-when-finished }}

0 comments on commit a023245

Please sign in to comment.