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 52cf0f8 commit 48fe075Copy full SHA for 48fe075
1 file changed
.github/workflows/main.yml
@@ -6,6 +6,10 @@ on:
6
- main
7
pull_request:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
tests:
15
name: Python ${{ matrix.python-version }}
0 commit comments