Skip to content

Commit

Permalink
chore: don't cancel on non command message
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderKoen committed Nov 4, 2024
1 parent 0cc9fa5 commit 263694d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.event.issue.number }}
group: ${{ github.workflow }}-${{ github.event.issue.number }}-${{ contains(github.event.comment.body, '/update-vrt') }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 263694d

Please sign in to comment.