OpenLane and OpenROAD Latest. #925
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Runs design every night at 10pm with the latest release of OpenLane and | |
# latest commit from OpenROAD | |
name: OpenLane and OpenROAD Latest. | |
on: | |
pull_request: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 22 * * *' | |
jobs: | |
or_latest: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run OpenLane with latest OpenROAD commit. | |
uses: The-OpenROAD-Project/actions/openlane_run@main | |
with: | |
tools_list: openroad_app |