diff --git a/.github/workflows/test-aarch64.yml b/.github/workflows/test-aarch64.yml index 50418eba..edb1d213 100644 --- a/.github/workflows/test-aarch64.yml +++ b/.github/workflows/test-aarch64.yml @@ -17,3 +17,4 @@ jobs: run: make test - name: Stress test run: make stress + if: "contains(toJSON(github.event.commits.*.msg), '[stress-ci]')"