Skip to content

Commit

Permalink
fix: use global lock
Browse files Browse the repository at this point in the history
We may want to run it on branches as validation at some point, but for now a global lock should suffice.

Signed-off-by: Alejandro Lazaro <[email protected]>
  • Loading branch information
virtualroot committed Mar 4, 2024
1 parent cba412e commit 8452b92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bump-and-publish-versions-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:
- cron: '5 * * * *'
workflow_dispatch:

# Use global lock
#
# https://github.com/opentofu/registry/pull/272#discussion_r1511031778
concurrency:
group: ${{ github.head_ref }}
group: main

jobs:
bump-versions:
Expand Down

0 comments on commit 8452b92

Please sign in to comment.