Skip to content

Commit e932496

Browse files
Merge pull request #4508 from AI-Hypercomputer:user/jackyf/restrict-manual-trigger
PiperOrigin-RevId: 949072807
2 parents 4e548ee + be69fa6 commit e932496

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nightly_images_pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
run_e2e_tests:
149149
name: Run E2E tests
150150
needs: build_and_push_tpu_docker_images
151+
if: github.event_name == 'schedule'
151152
uses: ./.github/workflows/run_e2e_tests.yml
152153
with:
153154
mode: ${{ inputs.image_suffix != '' && format('{0}_{1}', 'nightly', inputs.image_suffix) || 'nightly' }}

0 commit comments

Comments
 (0)