Skip to content

Commit

Permalink
ci: fix concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Feb 27, 2024
1 parent 16e49ff commit a977c4d
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 a977c4d

Please sign in to comment.