Skip to content

Commit 5f137ab

Browse files
committed
chore: add merge queue triggers for required CI
1 parent 7b41a12 commit 5f137ab

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/code-qa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches: [main]
77
pull_request:
88
types: [opened, reopened, ready_for_review, synchronize]
9+
merge_group:
10+
types: [checks_requested]
911

1012
jobs:
1113
check-translations:

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
- "pnpm-lock.yaml"
1414
- "turbo.json"
1515
- ".github/actions/setup-node-pnpm/**"
16+
merge_group:
17+
types: [checks_requested]
1618

1719
jobs:
1820
e2e-mock:

0 commit comments

Comments
 (0)