We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f3bd7 commit 0f3fa89Copy full SHA for 0f3fa89
.github/workflows/black_checker.yml
@@ -8,6 +8,10 @@ on:
8
branches:
9
- '*'
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
black-check:
17
container:
.github/workflows/unit_tests.yml
build:
0 commit comments