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:
136
136
137
137
- name : Calculate docker image
138
138
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
140
140
if : inputs.build-environment != 'linux-s390x-binary-manywheel'
141
141
with :
142
142
docker-image-name : ${{ inputs.docker-image-name }}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
105
105
- name : Build docker image
106
106
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
108
108
with :
109
109
docker-image-name : ${{ matrix.docker-image-name }}
110
110
always-rebuild : true
You can’t perform that action at this time.
0 commit comments