File tree 1 file changed +8
-18
lines changed
1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
- paths-ignore :
7
- - ' .gitignore'
8
- - ' LICENSE'
9
- - ' README*'
10
- - ' docs/**'
11
- - ' .github/workflows/**'
12
- - ' operator/install/**'
6
+ paths :
7
+ - ' operator/**'
13
8
14
9
pull_request :
15
10
branches :
16
11
- main
17
- paths-ignore :
18
- - ' .gitignore'
19
- - ' LICENSE'
20
- - ' README*'
21
- - ' docs/**'
22
- - ' .github/workflows/**'
23
- - ' operator/install/**'
12
+ paths :
13
+ - ' operator/**'
24
14
25
15
concurrency :
26
16
group : ${{ github.workflow }}-${{ github.ref }}
@@ -64,10 +54,10 @@ jobs:
64
54
- name : Setup Minikube
65
55
uses : manusa/actions-setup-minikube@v2.13.0
66
56
with :
67
- minikube version : v1.33.1
68
- kubernetes version : v1.25.0
69
- github token : ${{ secrets.GITHUB_TOKEN }}
70
- start args : ' --force'
57
+ ' minikube version ' : v1.33.1
58
+ ' kubernetes version ' : v1.25.0
59
+ ' github token ' : ${{ secrets.GITHUB_TOKEN }}
60
+ ' start args ' : ' --force'
71
61
72
62
- name : Enable minikube features
73
63
run : |
You can’t perform that action at this time.
0 commit comments