Skip to content

Commit

Permalink
Update wait-and-upload.yml (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman authored Nov 12, 2024
1 parent edd3d8d commit 1d999cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wait-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# conclusion=$(gh api repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/status --jq '.check_runs[] | select(.name == "ci/hydra-build:$DEV_SHELL") | .conclusion')
# For GitHub Statuses; we need --paginate because there are so many statuses
echo "gh api repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs --paginate --jq '.check_runs[] | select(.name == \"ci/hydra-build:$DEV_SHELL\") | .conclusion'"
conclusion=$(gh api repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs --paginate --jq '.check_runs[] | select(.name == \"ci/hydra-build:$DEV_SHELL\") | .conclusion")
conclusion=$(gh api repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs --paginate --jq ".check_runs[] | select(.name == \"ci/hydra-build:$DEV_SHELL\") | .conclusion")
case "$conclusion" in
success)
echo "ci/hydra-build:$DEV_SHELL succeeded"
Expand Down

0 comments on commit 1d999cf

Please sign in to comment.