From f9ca5d9225474c467310f3d45fa29e71211ecf99 Mon Sep 17 00:00:00 2001 From: RD Rama Devi <122200035+Rd4dev@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:44:14 +0530 Subject: [PATCH] Update comment_coverage_report.yml --- .github/workflows/comment_coverage_report.yml | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/.github/workflows/comment_coverage_report.yml b/.github/workflows/comment_coverage_report.yml index 0cc70da29a2..0b052db699b 100644 --- a/.github/workflows/comment_coverage_report.yml +++ b/.github/workflows/comment_coverage_report.yml @@ -9,33 +9,7 @@ on: pull_request_target: types: [opened, synchronize, reopened] -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} - cancel-in-progress: true -jobs: - check_code_coverage_completed: - name: Check code coverage completed - runs-on: ubuntu-latest - outputs: - conclusion: ${{ steps.wait-for-coverage.outputs.run-conclusion }} - steps: - - name: Wait for code coverage to complete - id: wait-for-coverage - uses: ArcticLampyrid/action-wait-for-workflow@v1.2.0 - with: - workflow: code_coverage.yml - sha: auto - allowed-conclusions: | - success - failure - action_required - - - name: Conclusion Analysis - if: steps.wait-for-coverage.outputs.run-conclusion == 'action_required' - run: | - echo "::error::First-time contributor workflows require manual approval. After approval, please re-run the comment coverage workflows to post the coverage report." - exit 1 comment_coverage_report: name: Comment Code Coverage Report