Skip to content

Commit f7d95ce

Browse files
set max number of parallel runs to 1
1 parent c727237 commit f7d95ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- python-setup
6464
continue-on-error: true
6565
strategy:
66-
max-parallel: 2
66+
max-parallel: 1
6767
matrix:
6868
scenario: ${{ fromJSON(needs.define-scenarios.outputs.scenarios) }}
6969
env:

0 commit comments

Comments
 (0)