We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366e7a2 commit 0add9c1Copy full SHA for 0add9c1
.github/workflows/build.yml
@@ -101,5 +101,5 @@ jobs:
101
# We run this only when a PR is merged so we can see how things are performing
102
# on the GH actions machines.
103
- name: Benchmark
104
- # if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main'
105
run: cabal run emulator-bench
0 commit comments