Only run stress test when asked for

If any user needs a stress test, they just need to pass [stress-ci] in
their commit message.
next
Sayan Nandan 3 years ago
parent f9f49aee0b
commit 71de7b7cca

@ -17,3 +17,4 @@ jobs:
run: make test
- name: Stress test
run: make stress
if: "contains(toJSON(github.event.commits.*.msg), '[stress-ci]')"

Loading…
Cancel
Save