diff --git a/.github/workflows/perf-regression-ci.yml b/.github/workflows/perf-regression-ci.yml index b4ab239b34..09cea5f6b6 100644 --- a/.github/workflows/perf-regression-ci.yml +++ b/.github/workflows/perf-regression-ci.yml @@ -8,13 +8,13 @@ on: # READ BEFORE ENABLING THE TRIGGER BELOW # This trigger is only used when testing the scripts in a branch, and should be commented out in other cases. # If this trigger is used, please change the following env: RESULT_REPO_BRANCH -> 'test' (MUST), DEPLOY -> 'false' (optional) - pull_request: - branches: - - master + # pull_request: + # branches: + # - master env: # The branch to save run data and plot graph from. Use 'self-hosted' for master, use 'test' or anything else for testing in a branch. - RESULT_REPO_BRANCH: 'test' + RESULT_REPO_BRANCH: 'self-hosted' # Whether we deploy the generated page. Set to true for master. DEPLOY: true # Directories in ci-perf-kit that will be uploaded as artifacts. The dirs can be found in ci-perf-kit/scripts/common.sh