Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix(ci): allow pull_request workflow to run in merge queues
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Dec 20, 2023
1 parent 8f56aa6 commit ee07452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
name: Check pull request

concurrency:
group: ${{ github.head_ref }}
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit ee07452

Please sign in to comment.