From fd66067bc02dba9fc8198d1fea04c9e3c071de74 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 30 Apr 2024 09:42:48 +0300 Subject: [PATCH] ci: set cancel-in-progress to false in bootstrapping_ci.yml to avoid false positives --- .github/workflows/bootstrapping_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrapping_ci.yml b/.github/workflows/bootstrapping_ci.yml index e799ce1e6e..5794f6a236 100644 --- a/.github/workflows/bootstrapping_ci.yml +++ b/.github/workflows/bootstrapping_ci.yml @@ -16,7 +16,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }} - cancel-in-progress: true + cancel-in-progress: false jobs: bootstrap-v: