Skip to content

Commit 15518e3

Browse files
authored
ci: enable merge queue (#953)
* ci: enable merge queue * ci: make sure we have a docker image tag for the merge queue
1 parent 757e16a commit 15518e3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Continuous Integration
33

44
on:
5+
merge_group:
56
pull_request:
67
push:
78
branches: [main]

.github/workflows/linting-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Linting & Formatting
33

44
on:
5+
merge_group:
56
pull_request:
67
types: [opened, synchronize, reopened]
78
push:

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
# Generate Docker tags based on the following events/attributes
122122
tags: |
123123
type=edge
124+
type=raw,value=queue,enable=${{ github.event_name == 'merge_group' }}
124125
type=ref,event=pr
125126
type=semver,pattern={{raw}}
126127
type=semver,pattern={{version}}

0 commit comments

Comments
 (0)