Trigger Lima Python Build Workflow #43
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: Trigger Lima Python Build Workflow | |
on: | |
workflow_run: | |
workflows: | |
- "Build the manylinux_2_28-based image with LIMA compiled with Qt6 installed workflow" | |
types: | |
- completed | |
jobs: | |
trigger_remote_workflow: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Trigger Remote Workflow | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.TRIGGER_LIMA_PYTHON }} | |
repository: aymara/lima-python | |
event-type: "trigger_workflow" |