Skip to content

Commit 604c26a

Browse files
fix ci gate (#115)
Signed-off-by: Christopher Sapinski <christopher.sapinski@celerdata.com>
1 parent 5504a4f commit 604c26a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
# Get the latest CI run for this commit
3737
CI_STATUS=$(gh api repos/${{ github.repository }}/commits/${{ github.sha }}/check-runs \
38-
--jq '[.check_runs[] | select(.name == "integration-test")] | first | .conclusion // empty')
38+
--jq '[.check_runs[] | select(.name == "CI")] | first | .conclusion // empty')
3939
4040
if [ "$CI_STATUS" = "success" ]; then
4141
echo "CI workflow passed for commit ${{ github.sha }}"

0 commit comments

Comments
 (0)