Skip to content

Commit

Permalink
Avoid using container in validate-test-result job (#4700)
Browse files Browse the repository at this point in the history
b/388125345
  • Loading branch information
isarkis authored Jan 15, 2025
1 parent d08c8cd commit 165ac0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 165ac0e

Please sign in to comment.