From bbe573560571988a9d9ef67137640a2b00b7e9c9 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 6 Oct 2021 12:19:56 +0530 Subject: [PATCH] Revert "github: configure concurrency" Seems to have broken builds on the main branch This reverts commit d40e28972df151796e4912ebb7908b19e5d45fd8. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 843d7743..47c0661c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,5 @@ name: CI -concurrency: - group: ${{ github.head_ref }} - cancel-in-progress: true - on: push: branches: