Skip to content

Commit 668cbe8

Browse files
committed
fix: skip running test on cancelled
1 parent 4657a34 commit 668cbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: 'K8: Test'
3737
runs-on: [self-hosted, dev]
3838
needs: [call-az-acr-push-test, call-k8-db-upgrade]
39-
if: ${{ !failure() }}
39+
if: ${{ !failure() && !cancelled() }}
4040
environment: dev
4141
env:
4242
KUBELOGIN_VERSION: "v0.0.25"

0 commit comments

Comments
 (0)