From e587b2c8927d64913404bf355b6e1a86ddd13446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Tue, 11 Feb 2025 11:52:27 +0100 Subject: [PATCH] chore: remove concurrency block (#9286) This is to unblock the release ![Screenshot from 2025-02-11 11-20-56](https://github.com/user-attachments/assets/99122eaa-850b-4d7b-bd67-ae3604edd24f) --- .github/workflows/docker_publish.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/docker_publish.yaml b/.github/workflows/docker_publish.yaml index bd79586a3d..e928c3472b 100644 --- a/.github/workflows/docker_publish.yaml +++ b/.github/workflows/docker_publish.yaml @@ -1,9 +1,5 @@ name: Publish to dockerhub -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - on: push: branches: