File tree Expand file tree Collapse file tree 2 files changed +0
-141
lines changed Expand file tree Collapse file tree 2 files changed +0
-141
lines changed Original file line number Diff line number Diff line change 38
38
docker-username : ${{ inputs.docker_username }}
39
39
base-commit : ${{ inputs.base_commit }}
40
40
head-commit : ${{ inputs.head_commit }}
41
- # - name: Set Matrix
42
- # id: set-matrix
43
- # run: |
44
- # echo "matrix=$(python3 bin/generate_matrix.py ${{ inputs.docker_username }} ${{ github.event.before }} ${{ github.event.after }})" >> $GITHUB_OUTPUT
45
- # - name: List Matrix
46
- # run: |
47
- # echo ${{ steps.set-matrix.outputs.matrix }}
48
- # - name: Set Run Condition
49
- # id: set-run-docker-jobs
50
- # run: |
51
- # num_to_build=$(echo '${{ steps.set-matrix.outputs.matrix }}' | jq '.include | length')
52
- # if [[ "$num_to_build" -eq 0 ]]; then
53
- # echo "run_docker_jobs=false" >> $GITHUB_OUTPUT
54
- # else
55
- # echo "run_docker_jobs=true" >> $GITHUB_OUTPUT
56
- # fi
57
41
docker :
58
42
needs :
59
43
- generate-matrix
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments