File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244
244
run : |
245
245
successbuilds=$(curl -L -X GET -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{github.token}}" -H "X-GitHub-Api-Version: 2022-11-28" \
246
246
https://api.github.com/repos/${{github.repository}}/commits/${{github.event.pull_request.head.sha}}/status | \
247
- jq -cr '.statuses | .[] | select(.state=="success") | select(.context | (startswith("build_ ") or startswith("test_relwithdebinfo")) ) | .context' | \
247
+ jq -cr '.statuses | .[] | select(.state=="success") | select(.context | (startswith("build_relwithdebinfo") or startswith("build_release-asan ") or startswith("test_relwithdebinfo")) ) | .context' | \
248
248
wc -l )
249
249
if [[ $successbuilds == "3" ]];then
250
250
integrated_status="success"
You can’t perform that action at this time.
0 commit comments