From a348ac08ad502cb10f7c787c060b9132e6746a6d Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Tue, 6 Aug 2024 10:20:54 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: .github/workflows/build-gdc.yml --- .github/workflows/build-gdc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 8355a1ce..89b1af1e 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -6,9 +6,9 @@ on: pull_request: branches: [ feat/godot-configurator ] -concurrency: +#concurrency: #group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-devdesktop - cancel-in-progress: true +# cancel-in-progress: true env: GODOT_VERSION: 4.2.2