From 9b5d31d0aa63f2f21e8ce4cb7e59992fd72007ec Mon Sep 17 00:00:00 2001 From: Laura Little <935915+marshmallowrobot@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:44:08 -0400 Subject: [PATCH] Added concurrency section to Publish Website workflow --- .github/workflows/publish-to-website.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish-to-website.yml b/.github/workflows/publish-to-website.yml index 84e66998..320e2f71 100644 --- a/.github/workflows/publish-to-website.yml +++ b/.github/workflows/publish-to-website.yml @@ -14,6 +14,11 @@ on: - trusted-committer/** - workbook/** +# Checks if this workflow is already running, and if so cancels it +concurrency: + group: ${{ github.workflow }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-latest