Skip to content

Commit

Permalink
fix: run CI on PR branches with identical names (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesshonor authored Oct 9, 2023
1 parent 4a6abab commit aff36de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on: [ pull_request, push, workflow_dispatch ]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit aff36de

Please sign in to comment.