Skip to content

Commit c808bdd

Browse files
authored
Suppress comments from BenchmarkCI (#741)
1 parent f330604 commit c808bdd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/benchmark.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ jobs:
1515
run: julia -e 'using Pkg; pkg"add PkgBenchmark [email protected]"'
1616
- name: Run benchmarks
1717
run: julia -e 'using BenchmarkCI; BenchmarkCI.judge()'
18-
- name: Post results
19-
run: julia -e 'using BenchmarkCI; BenchmarkCI.postjudge()'
20-
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
- name: Print judgement
19+
run: julia -e 'using BenchmarkCI; BenchmarkCI.displayjudgement()'

0 commit comments

Comments
 (0)