Max/fix nightly (#3316)

* Nightly benchmarks

* dispatch

* del comment brnach

* merge conflict

* mysql-dolt

* change if or to double brackets
This commit is contained in:
Maximilian Hoffman
2022-04-28 11:02:04 -07:00
committed by GitHub
parent 0a913d1a63
commit c64e913ce4
3 changed files with 5 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ timeprefix=$(date +%Y/%m/%d)
actorprefix="$MODE/$ACTOR/$actorShort"
format="markdown"
if [ "$MODE" = "release" ]; then
if [[ "$MODE" = "release" || "$MODE" = "nightly" ]]; then
format="html"
fi