From 48c4099304605f72086b3abc0003f12e769f4935 Mon Sep 17 00:00:00 2001 From: Stefano Torresi Date: Thu, 1 Jun 2023 16:06:49 +0200 Subject: [PATCH] avoid concurrent obs commits --- .github/workflows/exporter-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/exporter-ci.yml b/.github/workflows/exporter-ci.yml index 31d386e..fcf796e 100644 --- a/.github/workflows/exporter-ci.yml +++ b/.github/workflows/exporter-ci.yml @@ -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 @@ -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