diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66894e06..5dd5ab26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,8 @@ on: concurrency: # github.workflow: name of the workflow # github.event.pull_request.number || github.ref: pull request number or branch name if not a pull request - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }} + #-${{ github.event.pull_request.number || github.ref }} # Cancel in-progress runs when a new workflow with the same group name is triggered cancel-in-progress: true