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 45e75de commit b628bc2Copy full SHA for b628bc2
.github/workflows/ta-tests.yml
@@ -294,7 +294,7 @@ jobs:
294
fi
295
296
echo "Waiting for workflow run $WORKFLOW_RUN_ID to complete..."
297
- gh run watch -R ${{ matrix.target_repo }} "$WORKFLOW_RUN_ID"
+ gh run watch -R ${{ matrix.target_repo }} "$WORKFLOW_RUN_ID" -i 60
298
299
echo "Results JSON:"
300
RESULTS_JSON="$(gh run view -R ${{ matrix.target_repo }} "$WORKFLOW_RUN_ID" --json jobs)"
0 commit comments