diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e5bceac5f..0b49b716c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -12,6 +12,11 @@ on: - '!**.md' - '!docs/*' - '!doc-lint/*' + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: tests: name: Fetch Matrix Tests