Skip to content

Commit

Permalink
Run our GitHub actions on the merge queue (#3147)
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Dec 8, 2024
1 parent cfbbe2c commit da89ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches-ignore:
- "dependabot/**"
pull_request:
merge_group:

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && format('-{0}', github.sha) || '' }}
Expand Down

0 comments on commit da89ae8

Please sign in to comment.