ci: run RISC-V build weekly (#577)

This commit is contained in:
Cuiys 2026-07-09 23:14:10 +08:00 committed by GitHub
parent df6af2f05d
commit b5159f4827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
name: Nightly Linux RISC-V Build
name: Weekly Linux RISC-V Build
on:
schedule:
- cron: '0 16 * * *'
# Saturday 00:00 UTC+8 (Friday 16:00 UTC)
- cron: '0 16 * * 5'
workflow_dispatch:
@ -338,4 +339,4 @@ jobs:
./c_api_field_schema_example
./c_api_index_example
./c_api_optimized_example
shell: bash
shell: bash