Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CES-198] Merge Queue trigger for each CI Action #1258

Merged
merged 4 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/cgn_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration on cgn

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/common_code_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: PR - Common TF Validation
# It is responsible for managing changes related to "common" infrastructure,

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/continua_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration on continua

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/core_code_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: PR - Core TF Validation
# It is responsible for managing changes related to "core" infrastructure,

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/elt_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration on elt

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/eucovidcert_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration on eucovidcert

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/functions_ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration on prod functions

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ioselfcare_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration on selfcare

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ioweb_prod_ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration on prod ioweb

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/legacy_apim_code_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: PR - Legacy APIM TF Validation
# It is responsible for managing only a couple of legacy API groups on APIM.

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/load_test_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration on load-test

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PR - Labeler

on:
workflow_dispatch:

merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod_ci_citizen-auth.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration on prod citizen-auth

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Static Analysis

on:
merge_group:
workflow_dispatch:
pull_request:
types:
Expand Down
Loading