Skip to content

Commit

Permalink
#1803 ensure there's no race condition when modyfing compilation resu…
Browse files Browse the repository at this point in the history
…lt comment
  • Loading branch information
Jakub Strzebonski authored and nlslatt committed Jun 2, 2022
1 parent 4feceef commit 5a40a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/comment-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
repository_dispatch:
types: comment-pr

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

jobs:
comment-on-pr:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5a40a00

Please sign in to comment.