File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 30
30
jobs :
31
31
Build_PVR_Server :
32
32
name : Build PhoneVR Server
33
+ if : github.event_name != 'repository_dispatch'
34
+
33
35
strategy :
34
36
fail-fast : false
35
37
matrix :
@@ -103,6 +105,7 @@ jobs:
103
105
Build_APK :
104
106
name : Build Android APK
105
107
runs-on : ubuntu-latest
108
+ if : github.event_name != 'repository_dispatch'
106
109
107
110
steps :
108
111
- uses : actions/checkout@v4
@@ -227,6 +230,7 @@ jobs:
227
230
)
228
231
with :
229
232
ref : ' refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
233
+ submodules : ' true'
230
234
231
235
# - name: Test
232
236
# run: |
@@ -553,7 +557,7 @@ jobs:
553
557
) && always()
554
558
env :
555
559
number : ${{ github.event.client_payload.pull_request.number }}
556
- job : ${{ github.job }}
560
+ job : ${{ github.job.name }}
557
561
# Conveniently, job.status maps to https://developer.github.com/v3/checks/runs/#update-a-check-run
558
562
conclusion : ${{ job.status }}
559
563
with :
You can’t perform that action at this time.
0 commit comments