We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9da7df6 + cf6189b commit c1935f9Copy full SHA for c1935f9
1 file changed
.github/workflows/build.yml
@@ -178,6 +178,10 @@ jobs:
178
EOF
179
cat ../rv32-bench-results.json
180
181
+ - name: Stash local changes before benchmark push
182
+ if: github.event_name == 'push'
183
+ run: git stash --include-untracked || true
184
+
185
- name: Store RV32 benchmark result
186
uses: benchmark-action/github-action-benchmark@v1
187
if: github.event_name == 'push'
0 commit comments