-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trigger lima-python build on success
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
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" |