[CI] Disable self hosted runner actions
This commit is contained in:
parent
4f1d367c93
commit
a5011914c5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue