diff --git a/.github/workflows/bump-and-publish-versions-prod.yml b/.github/workflows/bump-and-publish-versions-prod.yml index 6c6c65eec5..678c5b5d59 100644 --- a/.github/workflows/bump-and-publish-versions-prod.yml +++ b/.github/workflows/bump-and-publish-versions-prod.yml @@ -5,6 +5,12 @@ on: - cron: '5 * * * *' workflow_dispatch: +# Use global lock +# +# https://github.com/opentofu/registry/pull/272#discussion_r1511031778 +concurrency: + group: main + jobs: bump-versions: uses: opentofu/registry/.github/workflows/bump-versions.yml@main @@ -17,4 +23,4 @@ jobs: uses: opentofu/registry/.github/workflows/generate-and-deploy.yml@main secrets: inherit with: - environment: "Production" \ No newline at end of file + environment: "Production"