From 2b2963dff8f3125ca78bebac5c404f9d6f3e4406 Mon Sep 17 00:00:00 2001 From: Connor Tsui Date: Wed, 18 Dec 2024 13:05:48 -0500 Subject: [PATCH] cleanup --- .github/workflows/tpch.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tpch.yaml b/.github/workflows/tpch.yaml index a5771f70..c967ee7b 100644 --- a/.github/workflows/tpch.yaml +++ b/.github/workflows/tpch.yaml @@ -5,8 +5,6 @@ on: push: branches: - main - # Hack for testing (REMOVE) - - continuous-bench-attempt permissions: # deployments permission to deploy GitHub pages website @@ -40,8 +38,9 @@ jobs: output-file-path: output.txt gh-pages-branch: gh-pages github-token: ${{ secrets.GITHUB_TOKEN }} + # Automatically push the results to the GitHub pages branch. auto-push: true - # Show alert with commit comment on detecting possible performance regression + # Show alert with commit comment on detecting possible performance regression. alert-threshold: "125%" summary-always: true comment-on-alert: true