Skip to content

Commit

Permalink
Updates to GH action
Browse files Browse the repository at this point in the history
- Enabling run on minikube on pull_request
  • Loading branch information
devdattakulkarni committed Nov 14, 2024
1 parent 66208d2 commit 442e96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-minikube.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI-Minikube
on:
workflow_dispatch:
# - pull_request
# workflow_dispatch:
pull_request:
env:
ACTIONS_RUNNER_DEBUG: true
KUBEPLUS_TEST_OUTPUT: yes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
workflow_dispatch:
pull_request:
# pull_request:
push:
branches:
- master
Expand Down

0 comments on commit 442e96a

Please sign in to comment.