Skip to content

Commit

Permalink
ci: fix PR title concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Nov 7, 2024
1 parent 8145e85 commit 8e3dfe4
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
@@ -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:

0 comments on commit 8e3dfe4

Please # to comment.