Skip to content

Commit

Permalink
avoid concurrent obs commits
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Jun 1, 2023
1 parent dbd910d commit 48c4099
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/exporter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
obs-commit:
needs: build
if: github.ref == 'refs/heads/main'
concurrency:
group: ${{ github.ref }}
runs-on: ubuntu-latest
container:
image: ghcr.io/trento-project/continuous-delivery:main
Expand All @@ -79,6 +81,8 @@ jobs:
obs-submit-request:
needs: build
if: github.event.release
concurrency:
group: ${{ github.ref }}
runs-on: ubuntu-latest
container:
image: ghcr.io/trento-project/continuous-delivery:main
Expand Down

0 comments on commit 48c4099

Please sign in to comment.