From 9da7615a3511dc174f082b38099f7e15055f2f88 Mon Sep 17 00:00:00 2001 From: Younes Jaaidi Date: Mon, 10 Jun 2024 17:15:53 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A4=96=20do=20not=20allow=20concurr?= =?UTF-8?q?ent=20deploys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ded82e5..2102661 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,9 @@ jobs: test-and-deploy: name: 🚀 Test & Deploy runs-on: ubuntu-latest + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true steps: - uses: actions/checkout@v4 with: