From 7c5c79f4ebbcece6c008d835498a353e0d09351f Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sun, 26 Sep 2021 23:12:38 +0200 Subject: [PATCH] Avoid deploy concurrency --- .github/workflows/platform_natives.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index 8a90466..57e8618 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -261,6 +261,7 @@ jobs: name: ${{ steps.getfilename.outputs.file }} path: ${{ steps.getfilepath.outputs.file }} - name: Deploy to Maven (Snapshot) + concurrency: deploy if: github.ref == 'refs/heads/develop' shell: bash run: | @@ -272,6 +273,7 @@ jobs: MAVEN_PASSWORD: ${{ secrets.MCHV_TOKEN }} - name: Deploy to Maven (Release) if: github.ref == 'refs/heads/master' + concurrency: deploy shell: bash run: | echo "REVISION: $REVISION"