We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49f2b9 commit 3b273fcCopy full SHA for 3b273fc
.github/workflows/benches-mina-prover-set-baseline.yml
@@ -1,9 +1,15 @@
1
name: Bench mina circuits (set baseline master)
2
3
+# Runs on either pushes to master, or on manual call
4
+#
5
+# Please don't regenerate the data unless you REALLY know what you're doing, e.g. you had to regenerate
6
+# benchmark data and now the baselines changed.
7
on:
8
push:
9
branches:
10
- master
11
+ pull_request:
12
+ types: [labeled]
13
14
env:
15
OCAML_VERSION: "4.14"
@@ -12,6 +18,7 @@ env:
18
19
jobs:
20
bench-set-baseline:
21
+ if: github.event_name == 'push' || github.event.label.name == 'unsafe-benches-mina-reset-baseline'
22
runs-on: ubuntu-latest
16
23
name: Run benches
17
24
steps:
0 commit comments