Skip to content

Commit

Permalink
Try turning off pre-commit hooks so that the benchmarking action can …
Browse files Browse the repository at this point in the history
…commit (#5221)
  • Loading branch information
michaelpj committed Mar 21, 2023
1 parent 848ec58 commit b8fb51b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/longitudinal-benchmark.yml
Expand Up @@ -26,6 +26,12 @@ jobs:
steps:
- uses: actions/checkout@v3.3.0

# This is a bit silly, but github-action-benchmark
# tries to commit and can't because it can't find
# pre-commit
- name: Turn off pre-commit hooks
run: rm .git/hooks/pre-commit

- name: Run benchmarks
env:
BENCHMARKS: "validation validation-decode"
Expand Down

0 comments on commit b8fb51b

Please sign in to comment.