Skip to content

Commit

Permalink
[CES-198] Merge Queue trigger for each CI Action (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 authored Oct 29, 2024
1 parent b554d6b commit 951357e
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 1 deletion.
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

0 comments on commit 951357e

Please sign in to comment.