Skip to content

Commit 697cbae

Browse files
committed
Trigger lima-python build on success
1 parent 059a7ff commit 697cbae

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/workflows/build-qt6.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: "Build the manylinux_2_28-based image with LIMA compiled with Qt6 installed workflow"
12
on:
23
push:
34
branches:
@@ -96,7 +97,7 @@ jobs:
9697
# run: docker push aymara/manylinux_2_28_with_qt${QT_VERSION}_and_pyside-python${PYTHON_VERSION}:latest
9798

9899
manylinux_2_28_lima-manylinux:
99-
name: "Build the manylinux_2_28-based image with LIMA compiled with Qt6 installed"
100+
name: "Build the manylinux_2_28-based image with LIMA compiled with Qt6 installed job"
100101
runs-on: ubuntu-latest
101102
# needs: manylinux_2_28_with_qt_and_pyside
102103
# needs: manylinux_2_28_with_boost
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Trigger Lima Python Build Workflow
2+
3+
on:
4+
workflow_run:
5+
workflows:
6+
- "Build the manylinux_2_28-based image with LIMA compiled with Qt6 installed workflow"
7+
types:
8+
- completed
9+
10+
jobs:
11+
trigger_remote_workflow:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout code
15+
uses: actions/checkout@v2
16+
17+
- name: Trigger Remote Workflow
18+
uses: peter-evans/repository-dispatch@v3
19+
with:
20+
token: ${{ secrets.TRIGGER_LIMA_PYTHON }}
21+
repository: aymara/lima-python
22+
event-type: "trigger_workflow"

0 commit comments

Comments
 (0)