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.
1 parent 19f3c9e commit 86f0897Copy full SHA for 86f0897
.github/workflows/python.yml
@@ -39,14 +39,15 @@ jobs:
39
build_and_push:
40
needs: [check_changes]
41
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 }}"
+ name: 'amp:python-${{ matrix.python }}'
43
runs-on: ubuntu-latest
44
strategy:
45
fail-fast: false
46
+ max-parallel: 1
47
matrix:
48
python:
- - '3'
49
- 3.11
50
+ - '3'
51
52
steps:
53
- uses: actions/checkout@v4
0 commit comments