Skip to content

Commit 792d86d

Browse files
authored
Update test.yml
1 parent 8c156fb commit 792d86d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@ on:
77
pull_request:
88
workflow_dispatch:
99

10+
permissions:
11+
contents: read
12+
13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15+
cancel-in-progress: true
16+
1017
jobs:
1118
mypy-self-check:
1219
timeout-minutes: 10
1320
runs-on: ubuntu-latest
1421
strategy:
22+
fail-fast: false
1523
matrix:
1624
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1725
steps:

0 commit comments

Comments
 (0)