We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7882344 commit 535250dCopy full SHA for 535250d
1 file changed
.github/workflows/example.site.preview.yml
@@ -37,12 +37,12 @@ jobs:
37
38
run: |
39
while [[ $(curl -s -H "Authorization: token ${GITHUB_TOKEN}" "https://api.github.com/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs" | jq -r '.jobs[] | select(.status=="queued") | .id' | wc -l) -gt 0 ]]; do
40
+ sleep 2
41
./github-runner-starter \
42
--run \
43
--name=github.actions.runner.${{ github.run_id }}.${{ matrix.runner }} \
44
--labels=github.actions.runner.${{ github.run_id }} \
45
--config-sh-options=--ephemeral
- sleep 3
46
done
47
48
create-site:
0 commit comments