mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
It's ci recovery phase so test run's on push is not apropriate for a while.
This commit is contained in:
parent
776835811a
commit
f2127bb813
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -1,7 +1,8 @@
|
||||||
name: test
|
name: test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
|
- cron: '0 1 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue