ci: allow concurrent "Makefile" workflows

I like to push my commits one by one so they all get
the full CI validation.
This limits forces me to push a commit, and wait for the result before
pushing another.
This commit is contained in:
ThinkChaos 2024-04-01 15:48:55 -04:00
parent 1edf8cc355
commit b5682980f7
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ permissions:
actions: read
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
GINKGO_PROCS: --procs=1