Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Dec 5, 2024
1 parent 550ed2d commit 48e6d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
nix run .#scripts.get-logs download workspace/e2e.namespace
- name: Undeploy
if: !inputs.skip-undeploy
if: ${{ !inputs.skip-undeploy }}
run: |
kubectl delete ns "$(cat workspace/e2e.namespace)" --timeout 5m
- name: Upload logs
Expand Down

0 comments on commit 48e6d93

Please sign in to comment.