mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(ci): run hive 2x/day (#12829)
This commit is contained in:
4
.github/workflows/hive.yml
vendored
4
.github/workflows/hive.yml
vendored
@ -5,8 +5,8 @@ name: hive
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
# every day
|
# run every 12 hours
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 */12 * * *"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|||||||
Reference in New Issue
Block a user