From d9676cceb6e19b6e50685234d9bee67fe7354eb7 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Mon, 6 Jan 2025 12:36:46 +0100 Subject: [PATCH] Disable concurrency restrictions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06c13a61..f0fc5db9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,9 @@ on: types: [opened, synchronize, reopened] workflow_dispatch: -concurrency: - group: ${{ github.ref }} - cancel-in-progress: true +#concurrency: +# group: ${{ github.ref }} +# cancel-in-progress: true jobs: dump-registry: