Skip to content

Commit

Permalink
ci: fix PR title ci job concurrency (#1451)
Browse files Browse the repository at this point in the history
https://matrix.to/#/!eNCNzcteYUDDYpStsu:ubuntu.com/$PjGy1bizJkNGgu-A629wckDFKPzEQ5BKXIkmlE8sUyg?via=ubuntu.com&via=matrix.org

> Huh, looks like we have a small bug in the CI:
>
> > Canceling since a higher priority waiting request for 'Validate PR
Title-refs/heads/main' exists
> 
> which happened for this PR:
#1447
> 
> surely the concurrency group should not be set to "main" for a new PR,
should it?
  • Loading branch information
dimaqq authored Nov 19, 2024
1 parent 77b85ee commit ed60cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
pull-requests: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit ed60cdd

Please sign in to comment.