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