From 59fb1520b61eb8b0813bd1a7ae0115d371da1e4f Mon Sep 17 00:00:00 2001 From: Tom White Date: Tue, 25 Jul 2023 09:47:10 +0100 Subject: [PATCH] Revert "Remove concurrency section in GH Actions tests workflow (for debugging)" This reverts commit f957a465dd8b9309602be0c3173c8cc6e6ea6344. --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b5bf98be..35471524 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,6 +7,10 @@ on: pull_request: workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: test: runs-on: ${{ matrix.os }}