From dc703999bca2d4f8f06ed17372f496e044eb9c55 Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Wed, 28 Dec 2022 11:52:11 -0600 Subject: [PATCH] cancel in progress --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e609342c..33ac32cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,10 @@ on: permissions: contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: test: strategy: