Skip to content

Commit 10dfcf9

Browse files
authored
Update benchmark.yml (rust-lang#944)
1 parent ce1113f commit 10dfcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
for p in enzyme/benchmarks/ReverseMode/*/results.json; do
5757
python3 enzyme/benchmarks/upload-results.py $p --url https://enzyme.mit.edu/cibench/api --token ${{ secrets.GRAPH_TOKEN }}
5858
done
59-
if: github.event_name != 'pull_request' && matrix.build.mode == 'Release'
59+
if: github.event_name != 'pull_request' && matrix.build == 'Release'

0 commit comments

Comments
 (0)