From 20e9e0cc345cecdecaaac25784ea6d48835e19c7 Mon Sep 17 00:00:00 2001 From: Pankaj Date: Mon, 12 Aug 2024 19:19:53 +0530 Subject: [PATCH] Fix workflow yml --- .github/workflows/test_kubernetes.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_kubernetes.yml b/.github/workflows/test_kubernetes.yml index eb92d2b1b..df37faae5 100644 --- a/.github/workflows/test_kubernetes.yml +++ b/.github/workflows/test_kubernetes.yml @@ -2,10 +2,10 @@ name: Kubernetes Integration Tests on: -# push: # Run on pushes to the default branch -# branches: [kube_mode_ci] - pull_request_target: # Also run on pull requests originated from forks + push: # Run on pushes to the default branch branches: [kube_mode_ci] +# pull_request_target: # Also run on pull requests originated from forks +# branches: [kube_mode_ci] jobs: