Skip to content

Commit afcdf47

Browse files
author
maxtext authors
committed
Merge pull request #1678 from AI-Hypercomputer:parambole/build_image_control
PiperOrigin-RevId: 754106010
2 parents 9ea5211 + f2dc9ae commit afcdf47

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/UploadDockerImages.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@ on:
2121
schedule:
2222
# Run the job daily at 12AM UTC
2323
- cron: '0 0 * * *'
24+
workflow_dispatch:
25+
# Trigger Manual run
26+
branches:
27+
- main
28+
inputs:
29+
target_device:
30+
description: 'Specify target device (tpu or gpu)'
31+
required: false
32+
type: choice
33+
options:
34+
- tpu
35+
- gpu
36+
run_all_jobs:
37+
description: 'Run all TPU and GPU build jobs (overrides target_device)'
38+
required: false
39+
type: boolean
40+
default: false
2441

2542
jobs:
2643
tpu:

0 commit comments

Comments
 (0)