File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Calculate docker image
138138 id : calculate-docker-image
139- uses : pytorch/test-infra/.github/actions/calculate-docker-image@main
139+ uses : pytorch/test-infra/.github/actions/calculate-docker-image@wait-for-docker-build
140140 if : inputs.build-environment != 'linux-s390x-binary-manywheel'
141141 with :
142142 docker-image-name : ${{ inputs.docker-image-name }}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Build docker image
106106 id : build-docker-image
107- uses : pytorch/test-infra/.github/actions/calculate-docker-image@main
107+ uses : pytorch/test-infra/.github/actions/calculate-docker-image@wait-for-docker-build
108108 with :
109109 docker-image-name : ${{ matrix.docker-image-name }}
110110 always-rebuild : true
You can’t perform that action at this time.
0 commit comments