From a7c06a2ab8c981998afca63c3a0f8ce4d04c565c Mon Sep 17 00:00:00 2001 From: Michael FIG Date: Mon, 8 Jan 2024 20:20:51 -0600 Subject: [PATCH] remove redundant completed check --- .github/workflows/manage-integration-check.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/manage-integration-check.yml b/.github/workflows/manage-integration-check.yml index f70b6d8..588d1e3 100644 --- a/.github/workflows/manage-integration-check.yml +++ b/.github/workflows/manage-integration-check.yml @@ -75,11 +75,6 @@ jobs: } console.log('Latest integration-test-result check run:', run.html_url) - if (run.status === 'completed') { - core.setFailed(`Latest integration-test-result check status is already completed`); - return; - } - await github.rest.checks.update({ ...context.repo, check_run_id: run.id,