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.
2 parents 9acc406 + 3db01f5 commit 56363d0Copy full SHA for 56363d0
1 file changed
.github/workflows/test-docker-compose.yaml
@@ -31,6 +31,7 @@ jobs:
31
32
- name: Wait for container images build
33
run: |
34
+ sleep 15 # Wait for the build workflow to be registered
35
while :; do
36
result=$(gh api repos/:owner/:repo/actions/workflows | jq -r '.workflows[] | select(.name=="Build and push containers") | .id' | xargs -I {} gh api repos/:owner/:repo/actions/workflows/{}/runs --jq '.workflow_runs | max_by(.run_number)')
37
status=$(echo "$result" | jq -r '.status')
0 commit comments