From 0fd3fd890ee16ab3fed3707fb1559739ddf33b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Wed, 17 Apr 2024 19:51:58 +0200 Subject: [PATCH] Temporarily disabling assets_validation concurrency prevention --- .github/workflows/assets_validation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/assets_validation.yml b/.github/workflows/assets_validation.yml index 90a304e4888..50855ee5954 100644 --- a/.github/workflows/assets_validation.yml +++ b/.github/workflows/assets_validation.yml @@ -10,9 +10,9 @@ on: pull_request: branches: [ main, release/** ] -concurrency: - group: ${{ github.head_ref || github.run_id }}-assets_validation - cancel-in-progress: true +# concurrency: +# group: ${{ github.head_ref || github.run_id }}-assets_validation +# cancel-in-progress: true jobs: test-npm-build: