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 06c9a00 commit 0bdb9a5Copy full SHA for 0bdb9a5
.github/workflows/benchmarks.yml
@@ -10,7 +10,7 @@ jobs:
10
rake:
11
runs-on: ubuntu-latest
12
env:
13
- SHARE: "1"
+ SHARE: ${{ github.ref_name == 'main' && '1' || '' }}
14
15
strategy:
16
matrix:
0 commit comments