Merge pull request #1713 from borglab/model-selection-bayestree #1076
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
# This triggers Python builds on `gtsam-manylinux-build` | |
name: Trigger Python Builds | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
triggerPython: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: ProfFan/repository-dispatch@master | |
with: | |
token: ${{ secrets.PYTHON_CI_REPO_ACCESS_TOKEN }} | |
repository: borglab/gtsam-manylinux-build | |
event-type: python-wrapper | |
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' |