Skip to content

Commit

Permalink
ci: fix concurrency (nodejs#2862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Feb 27, 2024
1 parent 0070ea1 commit 1978601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Node CI

concurrency:
group: ${{ github.workflow }}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true

on:
Expand Down

0 comments on commit 1978601

Please sign in to comment.