File tree Expand file tree Collapse file tree 19 files changed +77
-39
lines changed Expand file tree Collapse file tree 19 files changed +77
-39
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
paths :
8
8
- .github/workflows/apache-tika.yaml
9
- - ' images/apache-tika/**.yaml'
9
+ - ' images/apache-tika/*.yaml'
10
+ - ' images/apache-tika/**/*.yaml'
10
11
push :
11
12
branches :
12
13
- ' main'
13
14
paths :
14
15
- .github/workflows/apache-tika.yaml
15
- - ' images/apache-tika/**.yaml'
16
+ - ' images/apache-tika/*.yaml'
17
+ - ' images/apache-tika/**/*.yaml'
16
18
workflow_dispatch :
17
19
18
20
permissions :
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
paths :
8
8
- .github/workflows/bash.yaml
9
- - ' images/bash/**.yaml'
9
+ - ' images/bash/*.yaml'
10
+ - ' images/bash/**/*.yaml'
10
11
push :
11
12
branches :
12
13
- ' main'
13
14
paths :
14
15
- .github/workflows/bash.yaml
15
- - ' images/bash/**.yaml'
16
+ - ' images/bash/*.yaml'
17
+ - ' images/bash/**/*.yaml'
16
18
workflow_dispatch :
17
19
18
20
permissions :
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
paths :
8
8
- .github/workflows/fluent-bit.yaml
9
- - ' images/fluent-bit/**.yaml'
9
+ - ' images/fluent-bit/*.yaml'
10
+ - ' images/fluent-bit/**/*.yaml'
10
11
push :
11
12
branches :
12
13
- ' main'
13
14
paths :
14
15
- .github/workflows/fluent-bit.yaml
15
- - ' images/fluent-bit/**.yaml'
16
+ - ' images/fluent-bit/*.yaml'
17
+ - ' images/fluent-bit/**/*.yaml'
16
18
workflow_dispatch :
17
19
18
20
permissions :
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
paths :
8
8
- .github/workflows/ggshield.yaml
9
- - ' images/ggshield/**.yaml'
9
+ - ' images/ggshield/*.yaml'
10
+ - ' images/ggshield/**/*.yaml'
10
11
push :
11
12
branches :
12
13
- ' main'
13
14
paths :
14
15
- .github/workflows/ggshield.yaml
15
- - ' images/ggshield/**.yaml'
16
+ - ' images/ggshield/*.yaml'
17
+ - ' images/ggshield/**/*.yaml'
16
18
workflow_dispatch :
17
19
18
20
permissions :
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
paths :
8
8
- .github/workflows/helm.yaml
9
- - ' images/helm/**.yaml'
9
+ - ' images/helm/*.yaml'
10
+ - ' images/helm/**/*.yaml'
10
11
push :
11
12
branches :
12
13
- ' main'
13
14
paths :
14
15
- .github/workflows/helm.yaml
15
- - ' images/helm/**.yaml'
16
+ - ' images/helm/*.yaml'
17
+ - ' images/helm/**/*.yaml''
16
18
workflow_dispatch:
17
19
18
20
permissions:
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
paths :
8
8
- .github/workflows/infra-tools.yaml
9
- - ' images/infra-tools/**.yaml'
9
+ - ' images/infra-tools/*.yaml'
10
+ - ' images/infra-tools/**/*.yaml'
10
11
push :
11
12
branches :
12
13
- ' main'
13
14
paths :
14
15
- .github/workflows/infra-tools.yaml
15
- - ' images/infra-tools/**.yaml'
16
+ - ' images/infra-tools/*.yaml'
17
+ - ' images/infra-tools/**/*.yaml'
16
18
workflow_dispatch :
17
19
18
20
permissions :
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
paths :
8
8
- .github/workflows/ingress-nginx-controller.yaml
9
- - ' images/ingress-nginx-controller/**.yaml'
9
+ - ' images/ingress-nginx-controller/*.yaml'
10
+ - ' images/ingress-nginx-controller/**/*.yaml'
10
11
push :
11
12
branches :
12
13
- ' main'
13
14
paths :
14
15
- .github/workflows/ingress-nginx-controller.yaml
15
- - ' images/ingress-nginx-controller/**.yaml'
16
+ - ' images/ingress-nginx-controller/*.yaml'
17
+ - ' images/ingress-nginx-controller/**/*.yaml'
16
18
workflow_dispatch :
17
19
18
20
permissions :
Original file line number Diff line number Diff line change @@ -2,17 +2,19 @@ name: istio-proxy
2
2
3
3
on :
4
4
schedule :
5
- - cron : " 00 01 * * 1-5 "
5
+ - cron : " 00 01 * * 1"
6
6
pull_request :
7
7
paths :
8
8
- .github/workflows/istio-proxy.yaml
9
- - ' images/istio-proxy/**.yaml'
9
+ - ' images/istio-proxy/*.yaml'
10
+ - ' images/istio-proxy/**/*.yaml'
10
11
push :
11
12
branches :
12
13
- ' main'
13
14
paths :
14
15
- .github/workflows/istio-proxy.yaml
15
- - ' images/istio-proxy/**.yaml'
16
+ - ' images/istio-proxy/*.yaml'
17
+ - ' images/istio-proxy/**/*.yaml'
16
18
workflow_dispatch :
17
19
18
20
permissions :
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
paths :
8
8
- .github/workflows/loki.yaml
9
- - ' images/loki/**.yaml'
9
+ - ' images/loki/*.yaml'
10
+ - ' images/loki/**/*.yaml'
10
11
push :
11
12
branches :
12
13
- ' main'
13
14
paths :
14
15
- .github/workflows/loki.yaml
15
- - ' images/loki/**.yaml'
16
+ - ' images/loki/*.yaml'
17
+ - ' images/loki/**/*.yaml'
16
18
workflow_dispatch :
17
19
18
20
permissions :
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
paths :
8
8
- .github/workflows/minio-bitnami-client.yaml
9
- - ' images/minio-bitnami-client/**.yaml'
9
+ - ' images/minio-bitnami-client/*.yaml'
10
+ - ' images/minio-bitnami-client/**/*.yaml'
10
11
push :
11
12
branches :
12
13
- ' main'
13
14
paths :
14
15
- .github/workflows/minio-bitnami-client.yaml
15
- - ' images/minio-bitnami-client/**.yaml'
16
+ - ' images/minio-bitnami-client/*.yaml'
17
+ - ' images/minio-bitnami-client/**/*.yaml'
16
18
workflow_dispatch :
17
19
18
20
permissions :
You can’t perform that action at this time.
0 commit comments