Skip to content

Commit

Permalink
change run on
Browse files Browse the repository at this point in the history
  • Loading branch information
JC-282-AD committed Jun 28, 2024
1 parent 173a893 commit 22e49a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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
Expand Down

0 comments on commit 22e49a0

Please sign in to comment.