From 1d999cf94bc0a4a9bf2a090dfc7a60bb16b88b07 Mon Sep 17 00:00:00 2001 From: Moritz Angermann <moritz.angermann@gmail.com> Date: Tue, 12 Nov 2024 19:58:54 +0900 Subject: [PATCH] Update wait-and-upload.yml (#170) --- .github/workflows/wait-and-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wait-and-upload.yml b/.github/workflows/wait-and-upload.yml index cbdf0d9..8674ce3 100644 --- a/.github/workflows/wait-and-upload.yml +++ b/.github/workflows/wait-and-upload.yml @@ -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"