File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : " Build the manylinux_2_28-based image with LIMA compiled with Qt6 installed workflow"
1
2
on :
2
3
push :
3
4
branches :
96
97
# run: docker push aymara/manylinux_2_28_with_qt${QT_VERSION}_and_pyside-python${PYTHON_VERSION}:latest
97
98
98
99
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 "
100
101
runs-on : ubuntu-latest
101
102
# needs: manylinux_2_28_with_qt_and_pyside
102
103
# needs: manylinux_2_28_with_boost
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments