Skip to content

Commit

Permalink
ci: remove concurrency from called workflows (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored May 1, 2024
1 parent bcf04ce commit 2b0f8bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Release 🔖
on:
workflow_call:

# Ensure only one workflow/job is publishing to npm at a time
concurrency: publish-to-npm

env:
NODE_OPTIONS: "--max-old-space-size=4096"

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
workflow_call:
workflow_dispatch:

# Ensure only one workflow/job is publishing to npm at a time
concurrency: publish-to-npm

env:
NODE_OPTIONS: "--max-old-space-size=4096"

Expand Down

0 comments on commit 2b0f8bb

Please sign in to comment.