mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
ci(hive): also allow workflow_dispatch to trigger (#6115)
This commit is contained in:
parent
1122e865be
commit
f362856836
1
.github/workflows/hive-nightly.yml
vendored
1
.github/workflows/hive-nightly.yml
vendored
@ -3,6 +3,7 @@ name: Hive (Nightly)
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 01 * * *" # run at 1 am UTC every day
|
- cron: "0 01 * * *" # run at 1 am UTC every day
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}
|
group: ${{ github.ref }}
|
||||||
|
Loading…
Reference in New Issue
Block a user