Skip to content

Commit

Permalink
ci: allow concurrent "Makefile" workflows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ThinkChaos committed Apr 2, 2024
1 parent 1edf8cc commit b568298
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 9,6 @@ permissions:
actions: read
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
GINKGO_PROCS: --procs=1

Expand Down

0 comments on commit b568298

Please sign in to comment.