Added manual running to nightly image build (#24598)
parent
e798b8615c
commit
c62604b5f6
|
@ -1,5 +1,6 @@
|
||||||
name: Build nightly container image
|
name: Build nightly container image
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 2 * * *' # run at 2 AM UTC
|
- cron: '0 2 * * *' # run at 2 AM UTC
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Reference in New Issue