File tree Expand file tree Collapse file tree 10 files changed +49
-41
lines changed Expand file tree Collapse file tree 10 files changed +49
-41
lines changed Original file line number Diff line number Diff line change 1
1
name : GCP build production
2
2
3
3
on :
4
+ push :
4
5
schedule :
5
6
- cron : ' 0 2 * * *'
6
7
workflow_dispatch :
29
30
if : |
30
31
github.event_name == 'schedule' ||
31
32
github.event_name == 'release' ||
33
+ github.event_name == 'push' ||
32
34
(github.event_name == 'workflow_dispatch' && github.event.inputs.trigger_type == 'PUSH_GCP_PROD_IMAGES')
33
35
uses : ./.github/workflows/gcp-build-template.yml
34
36
with :
49
51
if : |
50
52
github.event_name == 'schedule' ||
51
53
github.event_name == 'release' ||
54
+ github.event_name == 'push' ||
52
55
(github.event_name == 'workflow_dispatch' && github.event.inputs.trigger_type == 'PUSH_GCP_PROD_IMAGES')
53
56
uses : ./.github/workflows/gcp-build-template.yml
54
57
with :
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: GCP build staging
2
2
3
3
on :
4
4
push :
5
- # branches:
6
- # - main
7
5
schedule :
8
6
- cron : ' 0 2 * * *'
9
7
workflow_dispatch :
25
23
needs : load-config
26
24
if : |
27
25
github.event_name == 'schedule' ||
26
+ github.event_name == 'push' ||
28
27
(github.event_name == 'workflow_dispatch' && github.event.inputs.trigger_type == 'PUSH_GCP_STAGING_IMAGES') ||
29
28
(github.event_name == 'push' && contains(github.event.head_commit.message, 'Update docker-sonarqube-server-releases'))
30
29
permissions :
45
44
needs : load-config
46
45
if : |
47
46
github.event_name == 'schedule' ||
47
+ github.event_name == 'push' ||
48
48
(github.event_name == 'workflow_dispatch' && github.event.inputs.trigger_type == 'PUSH_GCP_STAGING_IMAGES') ||
49
49
(github.event_name == 'push' && contains(github.event.head_commit.message, 'Update docker-sonarqube-server-releases'))
50
50
permissions :
Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ name: Multi-arch build 9.x
2
2
3
3
on :
4
4
push :
5
- paths :
6
- - ' 9/**/*'
7
- - ' .cirrus/multi-arch-build.sh'
8
- - ' .github/workflows/multi-arch-build-9x.yml'
9
- - ' .github/workflows/multi-arch-build-template.yml'
10
- - ' .github/github_env.yaml'
11
- pull_request :
12
- paths :
13
- - ' 9/**/*'
14
- - ' .cirrus/multi-arch-build.sh'
15
- - ' .github/workflows/multi-arch-build-9x.yml'
16
- - ' .github/workflows/multi-arch-build-template.yml'
17
- - ' .github/github_env.yaml'
5
+ # paths:
6
+ # - '9/**/*'
7
+ # - '.cirrus/multi-arch-build.sh'
8
+ # - '.github/workflows/multi-arch-build-9x.yml'
9
+ # - '.github/workflows/multi-arch-build-template.yml'
10
+ # - '.github/github_env.yaml'
11
+ # pull_request:
12
+ # paths:
13
+ # - '9/**/*'
14
+ # - '.cirrus/multi-arch-build.sh'
15
+ # - '.github/workflows/multi-arch-build-9x.yml'
16
+ # - '.github/workflows/multi-arch-build-template.yml'
17
+ # - '.github/github_env.yaml'
18
18
schedule :
19
19
- cron : ' 0 2 * * *'
20
20
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ name: Multi-arch build commercial editions
2
2
3
3
on :
4
4
push :
5
- paths :
6
- - ' commercial-editions/**/*'
7
- - ' .cirrus/multi-arch-build.sh'
8
- - ' .github/workflows/multi-arch-build-commercial-editions.yml'
9
- - ' .github/workflows/multi-arch-build-template.yml'
10
- - ' .github/github_env.yaml'
11
- pull_request :
12
- paths :
13
- - ' commercial-editions/**/*'
14
- - ' .cirrus/multi-arch-build.sh'
15
- - ' .github/workflows/multi-arch-build-commercial-editions.yml'
16
- - ' .github/workflows/multi-arch-build-template.yml'
17
- - ' .github/github_env.yaml'
5
+ # paths:
6
+ # - 'commercial-editions/**/*'
7
+ # - '.cirrus/multi-arch-build.sh'
8
+ # - '.github/workflows/multi-arch-build-commercial-editions.yml'
9
+ # - '.github/workflows/multi-arch-build-template.yml'
10
+ # - '.github/github_env.yaml'
11
+ # pull_request:
12
+ # paths:
13
+ # - 'commercial-editions/**/*'
14
+ # - '.cirrus/multi-arch-build.sh'
15
+ # - '.github/workflows/multi-arch-build-commercial-editions.yml'
16
+ # - '.github/workflows/multi-arch-build-template.yml'
17
+ # - '.github/github_env.yaml'
18
18
schedule :
19
19
- cron : ' 0 2 * * *'
20
20
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ name: Multi-arch build community build
2
2
3
3
on :
4
4
push :
5
- paths :
6
- - ' community-build/*'
7
- - ' .cirrus/multi-arch-build.sh'
8
- - ' .github/workflows/multi-arch-build-community-build.yml'
9
- - ' .github/workflows/multi-arch-build-template.yml'
10
- - ' .github/github_env.yaml'
11
- pull_request :
12
- paths :
13
- - ' community-build/*'
14
- - ' .cirrus/multi-arch-build.sh'
15
- - ' .github/workflows/multi-arch-build-community-build.yml'
16
- - ' .github/workflows/multi-arch-build-template.yml'
17
- - ' .github/github_env.yaml'
5
+ # paths:
6
+ # - 'community-build/*'
7
+ # - '.cirrus/multi-arch-build.sh'
8
+ # - '.github/workflows/multi-arch-build-community-build.yml'
9
+ # - '.github/workflows/multi-arch-build-template.yml'
10
+ # - '.github/github_env.yaml'
11
+ # pull_request:
12
+ # paths:
13
+ # - 'community-build/*'
14
+ # - '.cirrus/multi-arch-build.sh'
15
+ # - '.github/workflows/multi-arch-build-community-build.yml'
16
+ # - '.github/workflows/multi-arch-build-template.yml'
17
+ # - '.github/github_env.yaml'
18
18
schedule :
19
19
- cron : ' 0 2 * * *'
20
20
workflow_dispatch :
Original file line number Diff line number Diff line change 1
1
name : Multi-arch test 9.x
2
2
3
3
on :
4
+ push :
4
5
workflow_run :
5
6
workflows :
6
7
- " Multi-arch build 9.x"
Original file line number Diff line number Diff line change 1
1
name : Multi-arch test commercial editions
2
2
3
3
on :
4
+ push :
4
5
workflow_run :
5
6
workflows :
6
7
- " Multi-arch build commercial editions"
Original file line number Diff line number Diff line change 1
1
name : Multi-arch test community build
2
2
3
3
on :
4
+ push :
4
5
workflow_run :
5
6
workflows :
6
7
- " Multi-arch build community build"
Original file line number Diff line number Diff line change 1
1
name : Private scan
2
2
3
3
on :
4
+ push :
4
5
workflow_run :
5
6
workflows :
6
7
- " Multi-arch build 9.x"
Original file line number Diff line number Diff line change 1
1
name : Public scan
2
2
3
3
on :
4
+ push :
4
5
schedule :
5
6
- cron : ' 0 2 * * *'
6
7
workflow_dispatch :
You can’t perform that action at this time.
0 commit comments