Skip to content

Commit

Permalink
Change concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxnj committed Jun 30, 2023
1 parent 4e1eef7 commit 458597b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-images-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
paths-ignore:
- 'plugin-server/**'

concurrency: ${{ github.workflow }} # ensure only one of this runs at a time
concurrency: 'posthog-container-images'

jobs:
posthog_build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-ingestion-images-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
paths:
- 'plugin-server/**'

concurrency: ${{ github.workflow }} # ensure only one of this runs at a time
concurrency: 'posthog-container-images'

jobs:
posthog_build:
Expand Down

0 comments on commit 458597b

Please sign in to comment.