Skip to content

Commit

Permalink
Remove github.event.action from concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 18, 2024
1 parent 67fcd18 commit 873d973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.action }}-${{ github.event.pull_request.number }}
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 873d973

Please sign in to comment.