Skip to content

Commit a93e1b2

Browse files
authored
Merge pull request #98 from sobolevn/patch-1
Improve CI definition
2 parents b5bfdc3 + 6ec300f commit a93e1b2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/setup.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,21 @@ on:
88
branches: [ "develop" ]
99
pull_request:
1010
branches: [ "develop" ]
11+
workflow_dispatch:
1112

1213
permissions:
1314
contents: read
1415

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18+
cancel-in-progress: true
19+
1520
jobs:
1621
testing:
1722
name: Testing (${{ matrix.python-version }})
1823
runs-on: ${{ matrix.os }}
1924
strategy:
25+
fail-fast: false
2026
matrix:
2127
os:
2228
- ubuntu-latest

0 commit comments

Comments
 (0)