Skip to content

Commit

Permalink
chore(ci): fix action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Mar 7, 2024
1 parent da385e0 commit 26cc433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'

# cancel previous runs if new commits are pushed to the PR, but run for each commit on master
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
release:
Expand Down

0 comments on commit 26cc433

Please sign in to comment.