Skip to content

Commit

Permalink
! commit checks concurrency
Browse files Browse the repository at this point in the history
Aleksei Rubashev committed Jul 23, 2024
1 parent e333bc3 commit b1a55cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,10 @@ on:
branches:
- '**'

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

jobs:
py3:
runs-on: ubuntu-latest

0 comments on commit b1a55cd

Please sign in to comment.