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 e798b8615c
commit c62604b5f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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