Skip to content

Commit

Permalink
fix(ci): concurrency inputs getting ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Dec 18, 2024
1 parent d59ed8c commit f796610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
release:
type: boolean
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.release }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.release }}
cancel-in-progress: true
name: Windows
jobs:
Expand Down

0 comments on commit f796610

Please sign in to comment.