mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Add nightly CI run (#125)
This commit is contained in:
@ -222,10 +222,7 @@ jobs:
|
|||||||
- <<: *run-tox-step
|
- <<: *run-tox-step
|
||||||
- <<: *save-cache-step
|
- <<: *save-cache-step
|
||||||
|
|
||||||
workflows:
|
define: &all_jobs
|
||||||
version: 2
|
|
||||||
test:
|
|
||||||
jobs:
|
|
||||||
- docs
|
- docs
|
||||||
- py38-core
|
- py38-core
|
||||||
- py39-core
|
- py39-core
|
||||||
@ -244,3 +241,18 @@ workflows:
|
|||||||
- py312-wheel
|
- py312-wheel
|
||||||
- py311-windows-wheel
|
- py311-windows-wheel
|
||||||
- py312-windows-wheel
|
- py312-windows-wheel
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
test:
|
||||||
|
jobs: *all_jobs
|
||||||
|
nightly:
|
||||||
|
triggers:
|
||||||
|
- schedule:
|
||||||
|
# Weekdays 12:00p UTC
|
||||||
|
cron: "0 12 * * 1,2,3,4,5"
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- main
|
||||||
|
jobs: *all_jobs
|
||||||
|
|||||||
Reference in New Issue
Block a user