Skip to content

Commit

Permalink
chore: enable merge queue checks (open-telemetry#3607)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Feb 13, 2023
1 parent 2c51cc2 commit 3bc0807
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
merge_group:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/peer-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
merge_group:

jobs:
peer-api-check:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
pull_request:
merge_group:

jobs:
node-tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/w3c-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
merge_group:

jobs:
build-and-test:
Expand Down

0 comments on commit 3bc0807

Please sign in to comment.