ci(hive): also allow workflow_dispatch to trigger (#6115)

This commit is contained in:
Max Revitt 2022-11-24 02:11:00 +00:00 committed by GitHub
parent 1122e865be
commit f362856836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ name: Hive (Nightly)
on:
schedule:
- cron: "0 01 * * *" # run at 1 am UTC every day
workflow_dispatch:
concurrency:
group: ${{ github.ref }}