Skip to content

Commit

Permalink
fix: ref for push
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Aug 31, 2023
1 parent 8996048 commit 6fd559d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-node-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# - stable28

concurrency:
group: update-node-dist-${{ github.head_ref || github.run_id }}
group: update-node-dist-${{ github.head_ref || github.ref || github.run_id }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 6fd559d

Please sign in to comment.