We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e023249 commit 4290d4cCopy full SHA for 4290d4c
1 file changed
.github/workflows/functional-tests.yaml
@@ -151,7 +151,7 @@ jobs:
151
ve1/bin/pytest -v --log-cli-level=WARNING --tb=short
152
153
- name: Delete Namespace
154
- if: ${{ always() && steps.install-oc.conclusion == 'success' }}
+ if: ${{ always() && (steps.cache-oc.outputs.cache-hit == 'true' || steps.install-oc.conclusion == 'success') }}
155
env:
156
KUBECONFIG: /tmp/ci-kubeconfig
157
EVENT_NUMBER: ${{ inputs.event-identifier }}
0 commit comments