Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 2b2963d

Browse files
committed
cleanup
1 parent a4af10f commit 2b2963d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tpch.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
# Hack for testing (REMOVE)
9-
- continuous-bench-attempt
108

119
permissions:
1210
# deployments permission to deploy GitHub pages website
@@ -40,8 +38,9 @@ jobs:
4038
output-file-path: output.txt
4139
gh-pages-branch: gh-pages
4240
github-token: ${{ secrets.GITHUB_TOKEN }}
41+
# Automatically push the results to the GitHub pages branch.
4342
auto-push: true
44-
# Show alert with commit comment on detecting possible performance regression
43+
# Show alert with commit comment on detecting possible performance regression.
4544
alert-threshold: "125%"
4645
summary-always: true
4746
comment-on-alert: true

0 commit comments

Comments
 (0)