Skip to content

Commit

Permalink
Adds periodic wheel generation.(once a week)
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
  • Loading branch information
francocipollone committed Nov 7, 2023
1 parent 8795475 commit 8a495c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/wheel_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- main
workflow_dispatch:
schedule:
- cron: '0 9 * * *' # 9:00am UTC, 1:00am PST.

env:
PACKAGE_NAME: maliput_py
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![gcc](https://github.com/maliput/maliput_py/actions/workflows/build.yml/badge.svg)](https://github.com/maliput/maliput_py/actions/workflows/build.yml)
[![gcc](https://github.com/maliput/maliput_py/actions/workflows/build.yml/badge.svg)](https://github.com/maliput/maliput_py/actions/workflows/build.yml) [![Wheel Generation](https://github.com/maliput/maliput_py/actions/workflows/wheel_generation.yml/badge.svg)](https://github.com/maliput/maliput_py/actions/workflows/wheel_generation.yml)


# Maliput Py
Expand Down

0 comments on commit 8a495c3

Please sign in to comment.