We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e190ed6 commit be69fa6Copy full SHA for be69fa6
1 file changed
.github/workflows/nightly_images_pipeline.yml
@@ -148,6 +148,7 @@ jobs:
148
run_e2e_tests:
149
name: Run E2E tests
150
needs: build_and_push_tpu_docker_images
151
+ if: github.event_name == 'schedule'
152
uses: ./.github/workflows/run_e2e_tests.yml
153
with:
154
mode: ${{ inputs.image_suffix != '' && format('{0}_{1}', 'nightly', inputs.image_suffix) || 'nightly' }}
0 commit comments