Skip to content

Commit 0c03c13

Browse files
authored
ci(merge-queue): Enable full CI in the merge queue (#4863)
#skip-changelog
1 parent 2333555 commit 0c03c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ jobs:
242242
env:
243243
FULL_CI: "${{
244244
github.ref == 'refs/heads/master'
245+
|| github.event_name == 'merge_group'
245246
|| startsWith(github.ref, 'refs/heads/release/')
246247
|| contains(github.event.pull_request.labels.*.name, 'Trigger: Full-CI')
247248
}}"

0 commit comments

Comments
 (0)