From 4093cd08a50a77c90cee54f56ec41e56206b3985 Mon Sep 17 00:00:00 2001 From: kekrby Date: Wed, 31 Aug 2022 15:05:08 +0300 Subject: [PATCH] Revert "CI: cancel other builds if others are building for the same commit too (this happens when a commit is tagged)" as it causes the CI to look like it has failed when it hasn't This reverts commit 60fe40e5099abcf80ac830b569c65afc0b06a31b. --- .github/workflows/CI.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 349e795..cc5be50 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,9 +10,6 @@ on: jobs: CI: runs-on: ubuntu-latest - concurrency: - group: ${{ github.sha }} - cancel-in-progress: true steps: - name: Checkout uses: actions/checkout@v3