Skip to content

Commit

Permalink
Remove temp testing workflow & route on-demand workflow to selfhosted…
Browse files Browse the repository at this point in the history
… runner (#1282)
  • Loading branch information
rzats authored Aug 29, 2023
1 parent 9954505 commit f7da659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 103 deletions.
102 changes: 0 additions & 102 deletions .github/workflows/performance-tests-periodic.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
run-perftests:
# Make sure 1. this is a PR, not an issue 2. it contains "/run performance test" anywhere in the body
if: github.event.issue.pull_request && contains(github.event.comment.body, '/run performance test')
runs-on: ubuntu-latest
# Run this on Delphi's self-hosted runner
runs-on: self-hosted
outputs:
request_count: ${{ steps.output.outputs.request_count }}
failure_count: ${{ steps.output.outputs.failure_count }}
Expand Down

0 comments on commit f7da659

Please sign in to comment.