Add triggering for python build
parent
ee069286b4
commit
750240266d
|
@ -0,0 +1,13 @@
|
||||||
|
name: Trigger Python Builds
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
triggerCython:
|
||||||
|
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: cython-wrapper
|
||||||
|
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
Loading…
Reference in New Issue