Skip to content

Commit

Permalink
add merge_group support (intel#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Titsworth authored May 7, 2024
1 parent 50881f1 commit b129a22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
---
name: Integration Tests
on:
merge_group: null
pull_request: null
permissions: read-all
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
name: Lint
permissions: read-all
on:
merge_group: null
pull_request: null
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-runner-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
push:
branches:
- main
merge_group: null
pull_request:
paths:
- 'test-runner/**'
Expand Down

0 comments on commit b129a22

Please sign in to comment.