Skip to content

Commit 74bcb13

Browse files
committed
github: Stop automatically creating minikube PR
Because we will have an action in minikube's repo to update it. Signed-off-by: Joaquim Rocha <[email protected]>
1 parent 1566971 commit 74bcb13

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pr-to-update-minikube.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: PR to update minikube
33
# This action will run after the "Publish container" is succesfully completed
44
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run
55
on:
6-
workflow_run:
7-
workflows: ["Publish container"]
8-
types:
9-
- completed
106
workflow_dispatch:
117

128
permissions:

0 commit comments

Comments
 (0)