Skip to content

Commit

Permalink
fix: ci: update concurrency group settings of the sorted pr checks wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
galargh authored and rvagg committed Jun 25, 2024
1 parent 724e22e commit 35ef929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sorted-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ permissions:
pull-requests: write

concurrency:
group: ${{ github.workflow }}-${{ github.event.inputs.pull_number }}-${{ github.event.workflow_run.id }}
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.inputs.pull_number }}-${{ github.event.workflow_run.head_repository.full_name }}-${{ github.event.workflow_run.head_branch }}
cancel-in-progress: false

jobs:
comment:
Expand Down

0 comments on commit 35ef929

Please sign in to comment.