mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-27 09:23:12 +08:00
tweaked ci to run once daily in addition to on pushes
This commit is contained in:
parent
f32da15d78
commit
5c142d42cc
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -1,7 +1,12 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
# Run on pushes and also once per day (in case deps change under us)
|
||||
- push
|
||||
- schedule:
|
||||
# Note: * is a special character in YAML so we have to quote the str.
|
||||
- cron: '0 4 * * *'
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user