From 87438b559a818b51e948a111538abd04f83bdfaa Mon Sep 17 00:00:00 2001 From: Fraser Molyneux Date: Thu, 9 Nov 2023 20:18:54 +0000 Subject: [PATCH] Adding concurrency to workflows --- .github/workflows/release-to-production.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-to-production.yml b/.github/workflows/release-to-production.yml index ce0fe90..7f8c251 100644 --- a/.github/workflows/release-to-production.yml +++ b/.github/workflows/release-to-production.yml @@ -12,6 +12,9 @@ permissions: actions: read # Required by CodeQL security-events: write # Required by CodeQL +concurrency: # This is required to prevent multiple runs of the same workflow from running at the same time. + group: ${{ github.workflow }} + jobs: apps-ci: runs-on: ubuntu-latest