Skip to content

Commit 42e4347

Browse files
grokspawnci-robot
authored andcommitted
supporting merge queues in CI workflows (#1229)
Signed-off-by: Jordan Keister <[email protected]> Upstream-repository: operator-registry Upstream-commit: 805788e152e8cfd31999c5086fa753873ebb9b36
1 parent 0489b2c commit 42e4347

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

staging/operator-registry/.github/workflows/go-apidiff.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- '**'
1010
- '!doc/**'
11+
merge_group:
1112

1213
jobs:
1314
go-apidiff:

staging/operator-registry/.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags:
77
- 'v[0-9]+.[0-9]+.[0-9]+'
88
pull_request: {}
9+
merge_group:
910
defaults:
1011
run:
1112
shell: bash

staging/operator-registry/.github/workflows/sanity.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- '**'
1010
- '!doc/**'
11+
merge_group:
1112

1213
jobs:
1314
sanity:

staging/operator-registry/.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
paths:
88
- '**'
99
- '!doc/**'
10+
merge_group:
11+
1012
jobs:
1113
e2e:
1214
runs-on: ubuntu-20.04

staging/operator-registry/.github/workflows/unit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- '**'
1010
- '!doc/**'
11+
merge_group:
1112

1213
jobs:
1314
unit:

0 commit comments

Comments
 (0)