Skip to content

Commit

Permalink
Change test validation job to run on a hosted runner because it does …
Browse files Browse the repository at this point in the history
…not need GCS access.
  • Loading branch information
imindich committed Jan 15, 2025
1 parent 04b8df8 commit 95a41c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
needs.initialize.outputs.test_on_device == 'true'
)
permissions: {}
runs-on: [self-hosted, chrobalt-linux-runner]
runs-on: ubuntu-latest
name: ${{ matrix.name }}_tests_passing
strategy:
matrix:
Expand Down

0 comments on commit 95a41c1

Please sign in to comment.