[CI] Disable self hosted runner actions

This commit is contained in:
jgromes 2025-01-16 18:27:52 +01:00
parent 4f1d367c93
commit a5011914c5

View file

@ -291,6 +291,7 @@ jobs:
LIBTOCK_C_DIRECTORY="$(pwd)/libtock-c" ./build.sh
rpi-build:
if: false # self-hosted runner temporarily disabled
runs-on: [self-hosted, ARM64]
steps:
- name: Checkout repository
@ -322,6 +323,7 @@ jobs:
./build.sh
rpi-test:
if: false # self-hosted runner temporarily disabled
needs: rpi-build
runs-on: [self-hosted, ARM64]
steps: