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:
parent
de511eeb89
commit
cfb9519aab
2
.github/workflows/container-images-cd.yml
vendored
2
.github/workflows/container-images-cd.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user