Skip to content

Commit a3fe7fe

Browse files
committed
Fixup
1 parent 32c5051 commit a3fe7fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
echo "$BENCH_COMMAND"
3333
3434
BENCHES=$(echo $BENCH_COMMAND | awk -F'!benchmark ' '{ print $2 }')
35+
# Set default benches to run if none specified
36+
BENCHES=${BENCHES:-"template"}
3537
echo "BENCHES:"
3638
echo "$BENCHES"
3739
JSON=$(echo $BENCHES | jq -R -c 'split(" ")')

0 commit comments

Comments
 (0)