Skip to content

Commit

Permalink
Fix workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 12, 2024
1 parent 89ffdaf commit 20e9e0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 20e9e0c

Please sign in to comment.