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