From 773499db5ee6e4fd14788f3656c516e70b0cfad4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 10 Oct 2021 18:23:21 +0300 Subject: [PATCH] Remove concurrency section from ci.yml --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfb5bfb..1ed7a81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,6 @@ on: - develop - feature/** -concurrency: - group: ${{format('{0}:{1}', github.repository, github.ref)}} - cancel-in-progress: false - env: GIT_FETCH_JOBS: 8 NET_RETRY_COUNT: 5