Skip to content

Commit 17454d1

Browse files
authored
[ci skip] allow run on main
1 parent fa02934 commit 17454d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-testhub-results.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
id: fetch_results
2323
run: |
2424
TEST_URL="https://testhub.mesastar.org/${{ env.BRANCH_NAME }}/commits/${{ env.COMMIT_SHA }}"
25+
if [ -z "$BRANCH_NAME" ]; then
26+
TEST_URL="https://testhub.mesastar.org"
27+
fi
2528
echo "Fetching test results from: $TEST_URL"
2629
2730
RESPONSE=$(curl -s -o response.json -w "%{http_code}" "$TEST_URL")

0 commit comments

Comments
 (0)