Skip to content

Commit

Permalink
Fix issue with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashonecker committed Jun 17, 2024
1 parent bb15ffd commit 07cf5f8
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 @@ -6,7 +6,7 @@ on:
types: [ opened, synchronize, reopened ]

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

jobs:
Expand Down

0 comments on commit 07cf5f8

Please sign in to comment.