Skip to content

Commit 86f0897

Browse files
committed
refactor: build python-3.11 first
1 parent 19f3c9e commit 86f0897

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@ jobs:
3939
build_and_push:
4040
needs: [check_changes]
4141
if: ${{ github.repository_owner == 'CubeCoders' && ( (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') || (github.event_name == 'push' && needs.check_changes.outputs.only_python == 'true') || github.event_name == 'workflow_dispatch' ) }}
42-
name: "amp:python-${{ matrix.python }}"
42+
name: 'amp:python-${{ matrix.python }}'
4343
runs-on: ubuntu-latest
4444
strategy:
4545
fail-fast: false
46+
max-parallel: 1
4647
matrix:
4748
python:
48-
- '3'
4949
- 3.11
50+
- '3'
5051

5152
steps:
5253
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)