forked from oppia/oppia-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
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 | ||
|