diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 630ee1ec5f078..9f3cf8e1125f5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -268,7 +268,6 @@ jobs: platform: ${{ fromJson(needs.initialize.outputs.platforms) }} include: ${{ fromJson(needs.initialize.outputs.includes) }} config: [devel] - container: ${{ needs.docker-build-image.outputs.docker_tag }} steps: - name: Fail if any test shards have failed if: ${{ needs.test.result != 'success' }}