mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-27 17:33:13 +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:
|
||||
# Run on pushes and also once per day (in case deps change under us)
|
||||
- push
|
||||
- schedule:
|
||||
push:
|
||||
schedule:
|
||||
# Note: * is a special character in YAML so we have to quote the str.
|
||||
- cron: '0 4 * * *'
|
||||
cron: '0 4 * * *'
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user