Gwion / Gwion

:musical_note: strongly-timed musical programming language

Home Page:https://Gwion.github.io/Gwion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmark action should respect [skip ci]

fennecdjay opened this issue · comments

There is no need to benchmark if the commit states to skip the ci.
I think it is just a matter of adding

[ -z $(git log -n1 --oneline --grep='[skip ci]' ] && exit 0

At the beginning of call the other repo step.
See here

G'Day, could I please work on this issue? Cheers

Please do!