Skip to content

Commit 5e22b80

Browse files
authored
test: merge queue support (#2469)
1 parent a0e99ad commit 5e22b80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/librarian.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
name: Librarian
15-
on: [push, pull_request]
15+
on: [push, pull_request, merge_group]
1616
permissions:
1717
contents: read
1818
jobs:
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-go@v5
2424
with:
25-
go-version-file: 'go.mod'
25+
go-version-file: "go.mod"
2626
- name: Display Go version
2727
run: go version
2828
- name: Install tools
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v4
5252
- uses: actions/setup-go@v5
5353
with:
54-
go-version-file: 'go.mod'
54+
go-version-file: "go.mod"
5555
- name: Install tools
5656
run: |
5757
set -e

0 commit comments

Comments
 (0)