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.
2 parents b5bfdc3 + 6ec300f commit a93e1b2Copy full SHA for a93e1b2
1 file changed
.github/workflows/setup.yml
@@ -8,15 +8,21 @@ on:
8
branches: [ "develop" ]
9
pull_request:
10
11
+ workflow_dispatch:
12
13
permissions:
14
contents: read
15
16
+concurrency:
17
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18
+ cancel-in-progress: true
19
+
20
jobs:
21
testing:
22
name: Testing (${{ matrix.python-version }})
23
runs-on: ${{ matrix.os }}
24
strategy:
25
+ fail-fast: false
26
matrix:
27
os:
28
- ubuntu-latest
0 commit comments