mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-01-19 07:19:07 +00:00
Add weekly scheduled CI runs
This commit is contained in:
parent
35decbd199
commit
ab0fbcd97e
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches: ['main']
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '37 6 * * 5'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user