mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-01-31 13:12:12 +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:
|
push:
|
||||||
branches: ['main']
|
branches: ['main']
|
||||||
pull_request:
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
- cron: '37 6 * * 5'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user