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: