Skip to content

Commit 9e629f8

Browse files
committed
raspberry
1 parent 3aebc12 commit 9e629f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jsource.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ jobs:
538538
# rpi64 debug ----------------------------------------------------------
539539
jerpi64d:
540540
name: JE (Raspberry deubg)
541+
if: ${{ false }}
541542
runs-on: ubuntu-latest
542543
steps:
543544
- name: Checkout Git repository
@@ -593,6 +594,7 @@ jobs:
593594
# rpi32 debug ----------------------------------------------------------
594595
jerpi32d:
595596
name: JE (Raspberry32 debug)
597+
if: ${{ false }}
596598
runs-on: ubuntu-latest
597599
steps:
598600
- name: Checkout Git repository
@@ -1303,7 +1305,7 @@ jobs:
13031305
name: Test Results
13041306
runs-on: ubuntu-22.04
13051307
# needs: [jelinux, jelinux-gcc, jemacos, jerpi64, jerpi32, jewin, jewin32, jeandroid, jefreebsd2, jefreebsdarm64, jeopenbsd2, jeopenbsdarm64 ]
1306-
needs: [jelinux, jelinux-gcc, jelinuxd, jemacos, jemacosarm, jemacosd, jemacosarmd, jerpi64, jerpi32, jerpi64d, jerpi32d, jewin, jewin32, jewinarm64, jeandroid, jefreebsd2, jefreebsdarm64, jeopenbsd2, jeopenbsdarm64 ]
1308+
needs: [jelinux, jelinux-gcc, jelinuxd, jemacos, jemacosarm, jemacosd, jemacosarmd, jerpi64, jerpi32, jewin, jewin32, jewinarm64, jeandroid, jefreebsd2, jefreebsdarm64, jeopenbsd2, jeopenbsdarm64 ]
13071309
steps:
13081310
- name: Checkout Git repository
13091311
uses: actions/checkout@v4

0 commit comments

Comments
 (0)