Skip to content

Commit

Permalink
Merge pull request #2141 from DARMA-tasking/2138-fix-concurrency-issu…
Browse files Browse the repository at this point in the history
…es-of-comment-on-pr

#2138: CI: Change concurrency to use PR number instead of branch name
  • Loading branch information
nlslatt authored May 8, 2023
2 parents 9f184fc + ac33341 commit 7817eb4
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 7817eb4

Please sign in to comment.