Added manual running to nightly image build (#24598)

This commit is contained in:
Tim Campbell 2023-04-19 12:46:31 -07:00 committed by GitHub
parent 251d107ec2
commit 305196d948

View file

@ -1,5 +1,6 @@
name: Build nightly container image
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
permissions: