diff --git a/.github/workflows/build-downstream.yml b/.github/workflows/build-downstream.yml index 72e8272d5dda..f6b0e02eeeee 100644 --- a/.github/workflows/build-downstream.yml +++ b/.github/workflows/build-downstream.yml @@ -9,10 +9,6 @@ on: required: true type: string -concurrency: - group: ${{ inputs.repo }}-${{ github.event_name == 'merge_group' && format('merge-group-{0}', github.event.merge_group.head_sha) || github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || format('commit-{0}', github.sha) }} - cancel-in-progress: true - jobs: generate-repository: runs-on: ubuntu-22.04