mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
trying to fix ci
This commit is contained in:
parent
5c142d42cc
commit
8036896b54
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -2,10 +2,10 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
# Run on pushes and also once per day (in case deps change under us)
|
# Run on pushes and also once per day (in case deps change under us)
|
||||||
- push
|
push:
|
||||||
- schedule:
|
schedule:
|
||||||
# Note: * is a special character in YAML so we have to quote the str.
|
# Note: * is a special character in YAML so we have to quote the str.
|
||||||
- cron: '0 4 * * *'
|
cron: '0 4 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user