We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c356a3c commit 47cb11fCopy full SHA for 47cb11f
.github/workflows/codeql-analysis.yml
@@ -23,6 +23,10 @@ on:
23
permissions:
24
contents: read
25
26
+concurrency:
27
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
28
+ cancel-in-progress: true
29
+
30
jobs:
31
analyze:
32
name: Analyze
.github/workflows/tests.yaml
@@ -19,6 +19,10 @@ env:
19
20
21
22
tests-linux:
name: run / ${{ matrix.python-version }} / Linux
0 commit comments