From cfb9519aabec4686e1322bdbf3c26c14573a7022 Mon Sep 17 00:00:00 2001 From: Frank Hamand Date: Mon, 15 Apr 2024 15:23:23 +0100 Subject: [PATCH] fix: Remove concurrency group from container-images-cd (#21541) Remove concurrency group from container-images-cd This can cause deploys to be skipped if another change is merged that doesn't trigger the same deploys. There's no harm in running this job concurrently as the triggered deploys will still be in concurrency groups --- .github/workflows/container-images-cd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/container-images-cd.yml b/.github/workflows/container-images-cd.yml index b6a1c3f52ae52..96b6ca673aee2 100644 --- a/.github/workflows/container-images-cd.yml +++ b/.github/workflows/container-images-cd.yml @@ -15,8 +15,6 @@ on: - master workflow_dispatch: -concurrency: ${{ github.workflow }} # ensure only one of this runs at a time - jobs: posthog_build: name: Build and push PostHog