Skip to content

Commit f7da659

Browse files
authored
Remove temp testing workflow & route on-demand workflow to selfhosted runner (#1282)
1 parent 9954505 commit f7da659

File tree

2 files changed

+2
-103
lines changed

2 files changed

+2
-103
lines changed

.github/workflows/performance-tests-periodic.yml

-102
This file was deleted.

.github/workflows/performance-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
run-perftests:
1515
# Make sure 1. this is a PR, not an issue 2. it contains "/run performance test" anywhere in the body
1616
if: github.event.issue.pull_request && contains(github.event.comment.body, '/run performance test')
17-
runs-on: ubuntu-latest
17+
# Run this on Delphi's self-hosted runner
18+
runs-on: self-hosted
1819
outputs:
1920
request_count: ${{ steps.output.outputs.request_count }}
2021
failure_count: ${{ steps.output.outputs.failure_count }}

0 commit comments

Comments
 (0)