Skip to content

Commit f388f36

Browse files
committed
1 parent 45583a5 commit f388f36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)