Skip to content

Commit 0add9c1

Browse files
committed
Enable benchmarks only on merge
1 parent 366e7a2 commit 0add9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ jobs:
101101
# We run this only when a PR is merged so we can see how things are performing
102102
# on the GH actions machines.
103103
- name: Benchmark
104-
# if: github.ref == 'refs/heads/main'
104+
if: github.ref == 'refs/heads/main'
105105
run: cabal run emulator-bench

0 commit comments

Comments
 (0)