diff --git a/.github/workflows/update-vrt.yml b/.github/workflows/update-vrt.yml index f1c9dc0bc78..de61c6b7c4d 100644 --- a/.github/workflows/update-vrt.yml +++ b/.github/workflows/update-vrt.yml @@ -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: