Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Dec 18, 2024
1 parent a4af10f commit 2b2963d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tpch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
branches:
- main
# Hack for testing (REMOVE)
- continuous-bench-attempt

permissions:
# deployments permission to deploy GitHub pages website
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2b2963d

Please sign in to comment.