Skip to content

Commit

Permalink
Trigger lima-python build on success
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed May 2, 2024
1 parent 059a7ff commit 697cbae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-qt6.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: "Build the manylinux_2_28-based image with LIMA compiled with Qt6 installed workflow"
on:
push:
branches:
Expand Down Expand Up @@ -96,7 +97,7 @@ jobs:
# run: docker push aymara/manylinux_2_28_with_qt${QT_VERSION}_and_pyside-python${PYTHON_VERSION}:latest

manylinux_2_28_lima-manylinux:
name: "Build the manylinux_2_28-based image with LIMA compiled with Qt6 installed"
name: "Build the manylinux_2_28-based image with LIMA compiled with Qt6 installed job"
runs-on: ubuntu-latest
# needs: manylinux_2_28_with_qt_and_pyside
# needs: manylinux_2_28_with_boost
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/trigger-lima-python-on-success.yml
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"

0 comments on commit 697cbae

Please sign in to comment.