Skip to content

Commit 706150d

Browse files
committed
DO-NOT-MERGE executing all jobs
1 parent 7794bbf commit 706150d

10 files changed

+49
-41
lines changed

.github/workflows/gcp-build-production.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: GCP build production
22

33
on:
4+
push:
45
schedule:
56
- cron: '0 2 * * *'
67
workflow_dispatch:
@@ -29,6 +30,7 @@ jobs:
2930
if: |
3031
github.event_name == 'schedule' ||
3132
github.event_name == 'release' ||
33+
github.event_name == 'push' ||
3234
(github.event_name == 'workflow_dispatch' && github.event.inputs.trigger_type == 'PUSH_GCP_PROD_IMAGES')
3335
uses: ./.github/workflows/gcp-build-template.yml
3436
with:
@@ -49,6 +51,7 @@ jobs:
4951
if: |
5052
github.event_name == 'schedule' ||
5153
github.event_name == 'release' ||
54+
github.event_name == 'push' ||
5255
(github.event_name == 'workflow_dispatch' && github.event.inputs.trigger_type == 'PUSH_GCP_PROD_IMAGES')
5356
uses: ./.github/workflows/gcp-build-template.yml
5457
with:

.github/workflows/gcp-build-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: GCP build staging
22

33
on:
44
push:
5-
# branches:
6-
# - main
75
schedule:
86
- cron: '0 2 * * *'
97
workflow_dispatch:
@@ -25,6 +23,7 @@ jobs:
2523
needs: load-config
2624
if: |
2725
github.event_name == 'schedule' ||
26+
github.event_name == 'push' ||
2827
(github.event_name == 'workflow_dispatch' && github.event.inputs.trigger_type == 'PUSH_GCP_STAGING_IMAGES') ||
2928
(github.event_name == 'push' && contains(github.event.head_commit.message, 'Update docker-sonarqube-server-releases'))
3029
permissions:
@@ -45,6 +44,7 @@ jobs:
4544
needs: load-config
4645
if: |
4746
github.event_name == 'schedule' ||
47+
github.event_name == 'push' ||
4848
(github.event_name == 'workflow_dispatch' && github.event.inputs.trigger_type == 'PUSH_GCP_STAGING_IMAGES') ||
4949
(github.event_name == 'push' && contains(github.event.head_commit.message, 'Update docker-sonarqube-server-releases'))
5050
permissions:

.github/workflows/multi-arch-build-9x.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ name: Multi-arch build 9.x
22

33
on:
44
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'
1818
schedule:
1919
- cron: '0 2 * * *'
2020
workflow_dispatch:

.github/workflows/multi-arch-build-commercial-editions.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ name: Multi-arch build commercial editions
22

33
on:
44
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'
1818
schedule:
1919
- cron: '0 2 * * *'
2020
workflow_dispatch:

.github/workflows/multi-arch-build-community-build.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ name: Multi-arch build community build
22

33
on:
44
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'
1818
schedule:
1919
- cron: '0 2 * * *'
2020
workflow_dispatch:

.github/workflows/multi-arch-test-9x.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Multi-arch test 9.x
22

33
on:
4+
push:
45
workflow_run:
56
workflows:
67
- "Multi-arch build 9.x"

.github/workflows/multi-arch-test-commercial-editions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Multi-arch test commercial editions
22

33
on:
4+
push:
45
workflow_run:
56
workflows:
67
- "Multi-arch build commercial editions"

.github/workflows/multi-arch-test-community-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Multi-arch test community build
22

33
on:
4+
push:
45
workflow_run:
56
workflows:
67
- "Multi-arch build community build"

.github/workflows/private-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Private scan
22

33
on:
4+
push:
45
workflow_run:
56
workflows:
67
- "Multi-arch build 9.x"

.github/workflows/public-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Public scan
22

33
on:
4+
push:
45
schedule:
56
- cron: '0 2 * * *'
67
workflow_dispatch:

0 commit comments

Comments
 (0)