We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5504a4f commit 604c26aCopy full SHA for 604c26a
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# Get the latest CI run for this commit
37
CI_STATUS=$(gh api repos/${{ github.repository }}/commits/${{ github.sha }}/check-runs \
38
- --jq '[.check_runs[] | select(.name == "integration-test")] | first | .conclusion // empty')
+ --jq '[.check_runs[] | select(.name == "CI")] | first | .conclusion // empty')
39
40
if [ "$CI_STATUS" = "success" ]; then
41
echo "CI workflow passed for commit ${{ github.sha }}"
0 commit comments