We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f72a6e commit 26ff635Copy full SHA for 26ff635
.github/workflows/benchmark-pull-request.yml
@@ -62,6 +62,7 @@ jobs:
62
}
63
if (benchmarkConfigs[configId].hasOwnProperty('baseline_cluster_config')) {
64
core.exportVariable('BASELINE_CLUSTER_CONFIG', benchmarkConfigs[configId]['baseline_cluster_config']);
65
+ }
66
- name: Post invalid format comment
67
if: steps.check_comment.outputs.invalid == 'true'
68
uses: actions/github-script@v7
0 commit comments