Skip to content

Commit

Permalink
Merge pull request #183 from johnjcasey/feature/automate-performance-…
Browse files Browse the repository at this point in the history
…tests

run on hosted runner for testing
  • Loading branch information
johnjcasey authored Aug 31, 2023
2 parents 92306fa + 925ce55 commit 2dcfb70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
github.event_name == 'workflow_dispatch' ||
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Java PostCommit IO GCS Performance Tests'
runs-on: [self-hosted, ubuntu-20.04, main]
# runs-on: [self-hosted, ubuntu-20.04, main]
runs-on: ubuntu-20.04
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
strategy:
matrix:
Expand Down

0 comments on commit 2dcfb70

Please sign in to comment.