We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acb4410 + aa4e792 commit 327444aCopy full SHA for 327444a
1 file changed
.github/workflows/benchmarks.yml
@@ -9,8 +9,6 @@ on:
9
jobs:
10
rake:
11
runs-on: ubuntu-latest
12
- env:
13
- SHARE: "1"
14
15
strategy:
16
matrix:
@@ -19,6 +17,10 @@ jobs:
19
17
'jruby-head', 'truffleruby-22.3.0', 'truffleruby-head']
20
18
21
steps:
+ - name: Set Share Env
+ if: github.ref_name == 'main'
22
+ run: |
23
+ echo "SHARE=1" >> $GITHUB_ENV
24
- uses: actions/checkout@v3
25
- name: Set up Ruby ${{ matrix.ruby-version }}
26
uses: ruby/setup-ruby@v1
0 commit comments