diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 55b2f958..0e981fd8 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -168,9 +168,15 @@ on: required: false type: string default: "" + concurrency-group: + description: | + Concurrency group name in case a calling workflow would like to use multiple instances of this workflow simultaneously. + required: false + type: string + default: "" concurrency: - group: r-cmd-${{ github.event.pull_request.number || github.ref }} + group: r-cmd-${{ inputs.concurrency-group }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: