Skip to content

Commit

Permalink
Update .github/workflows/npm-cd.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Avi Fenesh <[email protected]>
  • Loading branch information
avifenesh and Yury-Fridlyand authored Oct 25, 2024
1 parent fa7a0b8 commit e7fe8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
required: true

concurrency:
group: node-${{ github.head_ref || github.ref }}-${{ toJson(inputs) }}
group: node-cd-${{ github.head_ref || github.ref }}-${{ toJson(inputs) }}
cancel-in-progress: true

permissions:
Expand Down

0 comments on commit e7fe8d4

Please sign in to comment.