diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc1cf9677..4b1b31f9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: fail-on-alert: true github-token: ${{ secrets.GITHUB_TOKEN }} summary-always: true + comment-always: true - run: node ./dist/scripts/ci_validate_modification.js before_data.js 'Rust Benchmark' go: @@ -69,6 +70,8 @@ jobs: output-file-path: examples/go/output.txt skip-fetch-gh-pages: true fail-on-alert: true + summary-always: true + comment-always: true - run: node ./dist/scripts/ci_validate_modification.js before_data.js 'Go Benchmark' benchmarkjs: @@ -98,6 +101,8 @@ jobs: output-file-path: examples/benchmarkjs/output.txt skip-fetch-gh-pages: true fail-on-alert: true + summary-always: true + comment-always: true - run: node ./dist/scripts/ci_validate_modification.js before_data.js 'Benchmark.js Benchmark' pytest-benchmark: