Skip to content

Commit

Permalink
fix: Remove concurrency group from container-images-cd (#21541)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
frankh authored Apr 15, 2024
1 parent de511ee commit cfb9519
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/container-images-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfb9519

Please sign in to comment.