Skip to content

Commit

Permalink
Fix actions concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim020 committed Mar 23, 2024
1 parent 0b99fce commit b56d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python Formatting
on: [push, pull_request]

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

env:
Expand Down

0 comments on commit b56d8ab

Please sign in to comment.