We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3357ae commit bc524d6Copy full SHA for bc524d6
.github/workflows/test.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
pull_request:
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
pre-commit:
13
name: Pre-commit checks (Black, Flake8, MyPy, ...)
0 commit comments