Remove concurrency section from ci.yml

This commit is contained in:
Peter Dimov
2021-10-10 18:23:21 +03:00
parent ce912859aa
commit 773499db5e

View File

@ -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