We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e99ad commit 5e22b80Copy full SHA for 5e22b80
.github/workflows/librarian.yaml
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
name: Librarian
15
-on: [push, pull_request]
+on: [push, pull_request, merge_group]
16
permissions:
17
contents: read
18
jobs:
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-go@v5
24
with:
25
- go-version-file: 'go.mod'
+ go-version-file: "go.mod"
26
- name: Display Go version
27
run: go version
28
- name: Install tools
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
run: |
57
set -e
0 commit comments