Skip to content

Commit

Permalink
#2138: CI: Change concurrency to use PR number instead of branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed May 8, 2023
1 parent 9f184fc commit ac33341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
repository_dispatch:
types: comment-pr

concurrency: ${{ github.event.repository.name }}-${{ github.ref }}
concurrency: ${{ github.event.repository.name }}-${{ github.event.client_payload.pr_number }}

jobs:
comment-on-pr:
Expand Down

0 comments on commit ac33341

Please sign in to comment.