diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f04a2ba50..737d4870e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,9 @@ on: - "*.md" - "docs/**" - "media/**" +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} jobs: nodejs: name: Node.js