From 22e49a0d0d9db1d4f329032a68f0d8d715dfde58 Mon Sep 17 00:00:00 2001 From: Jason Cai Date: Fri, 28 Jun 2024 10:05:20 -0500 Subject: [PATCH] change run on --- .github/workflows/example_tester.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example_tester.yml b/.github/workflows/example_tester.yml index 4e85b5f6df..03ed9b5858 100644 --- a/.github/workflows/example_tester.yml +++ b/.github/workflows/example_tester.yml @@ -52,7 +52,7 @@ on: jobs: Example_Tests: # The type of runner that the job will run on - runs-on: ubuntu-18.04 + runs-on: [self-hosted] if: github.event.pull_request.draft == false @@ -67,7 +67,7 @@ jobs: - name: run_example_test run: | - bash .github/workflows/scripts/example_tester.sh max32690-1 + bash .github/workflows/scripts/example_tester.sh max32690_board_ex