mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 20:33:39 +00:00
Run wheels each Sunday at 10AM
This commit is contained in:
parent
9f25f972dc
commit
c79379db02
1 changed files with 4 additions and 0 deletions
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
|
@ -1,6 +1,10 @@
|
||||||
name: Build Wheels for PyPI
|
name: Build Wheels for PyPI
|
||||||
|
|
||||||
|
# run every Sunday at 10 AM
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 10 * * 0'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_wheels:
|
build_wheels:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue