Skip to content

Commit

Permalink
[CI] Disable self hosted runner actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Jan 16, 2025
1 parent 4f1d367 commit a501191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a501191

Please sign in to comment.