Skip to content

Commit

Permalink
ci: enable merge queue for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Jul 1, 2024
1 parent 567aaaf commit f17ee89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
pull_request:
branches:
- main
merge_group:
types:
- checks_requested

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches:
- main
merge_group:
types:
- checks_requested

jobs:
check-project:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches:
- main
merge_group:
types:
- checks_requested

jobs:
lint:
Expand Down

0 comments on commit f17ee89

Please sign in to comment.