From c5dde272917718c164f34723758e45dbbc162862 Mon Sep 17 00:00:00 2001 From: Darren Kelly Date: Mon, 25 Dec 2023 23:30:04 +0000 Subject: [PATCH] update actions --- .github/workflows/integration-tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 9ac907cbb..57f79c969 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -2,6 +2,10 @@ name: Integration Tests on: [push, pull_request] +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: integration_tests: runs-on: ubuntu-latest