Skip to content

Commit

Permalink
ci: enable CI for merge queue (#219)
Browse files Browse the repository at this point in the history
# Rationale for this change

Merge queues help improve merge velocity.

# What changes are included in this PR?

* The CI jobs now run on the merge queue

# Are these changes tested?

N/A
  • Loading branch information
JayWhite2357 authored Oct 5, 2024
2 parents 643fa58 + 453c6c7 commit 540bb82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_call:
pull_request:
types: [opened, synchronize, reopened]
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 540bb82

Please sign in to comment.