Update BBE to new snapshot bbe_to_pybuda_release_20240401_week14 #7
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
name: Post commit workflow | |
on: | |
workflow_dispatch: | |
workflow_call: | |
push: | |
branches: | |
- main | |
jobs: | |
build-artifacts: | |
uses: ./.github/workflows/build-artifacts.yml | |
secrets: inherit |