diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0a1553..685bc3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,13 @@ on: [push, pull_request] permissions: contents: read +concurrency: + group: ci-${{ github.event_name }}-${{ github.ref }}-${{ github.actor }} + cancel-in-progress: true + +env: + GROUP: ci-${{ github.event_name }}-${{ github.ref }}-${{ github.actor }} + jobs: build: runs-on: ubuntu-latest