We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa02934 commit 17454d1Copy full SHA for 17454d1
.github/workflows/check-testhub-results.yml
@@ -22,6 +22,9 @@ jobs:
22
id: fetch_results
23
run: |
24
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
28
echo "Fetching test results from: $TEST_URL"
29
30
RESPONSE=$(curl -s -o response.json -w "%{http_code}" "$TEST_URL")
0 commit comments