0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00

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
This commit is contained in:
Frank Hamand 2024-04-15 15:23:23 +01:00 committed by GitHub
parent de511eeb89
commit cfb9519aab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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