Skip to content

Commit

Permalink
remove redundant completed check
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jan 9, 2024
1 parent 4abfcc9 commit a7c06a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/manage-integration-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a7c06a2

Please sign in to comment.