Skip to content

Commit

Permalink
Halting the conditional triggering of coverage checks since external …
Browse files Browse the repository at this point in the history
…actions need approval
  • Loading branch information
Rd4dev committed Jul 24, 2024
1 parent 7443270 commit 77b060b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ on:
- develop

jobs:
check_unit_tests_completed:
name: Check unit test completed
runs-on: ubuntu-latest
steps:
- name: Wait for unit tests to checks
uses: ArcticLampyrid/[email protected]
with:
workflow: unit_tests.yml
sha: auto
# check_unit_tests_completed:
# name: Check unit test completed
# runs-on: ubuntu-latest
# steps:
# - name: Wait for unit tests to checks
# uses: ArcticLampyrid/[email protected]
# with:
# workflow: unit_tests.yml
# sha: auto

compute_changed_files:
name: Compute changed files
Expand Down

0 comments on commit 77b060b

Please sign in to comment.