Added manual running to nightly image build (#24598)

local
Tim Campbell 1 year ago committed by GitHub
parent e798b8615c
commit c62604b5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build-nightly.yml

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

Loading…
Cancel
Save