Added manual running to nightly image build (#24598)
1 files changed, 1 insertions(+), 0 deletions(-) M .github/workflows/build-nightly.yml
M .github/workflows/build-nightly.yml => .github/workflows/build-nightly.yml +1 -0
@@ 1,5 1,6 @@ name: Build nightly container image on: + workflow_dispatch: schedule: - cron: '0 2 * * *' # run at 2 AM UTC permissions: