thorough
This commit is contained in:
parent
ea2757a471
commit
e62cfdea49
|
@ -222,7 +222,7 @@ jobs:
|
|||
|
||||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
needs: tests
|
||||
needs: [tests, run_pre_commit_checks, check_docker_start_script]
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v3.0.2
|
||||
|
@ -297,7 +297,7 @@ jobs:
|
|||
path: pr/
|
||||
|
||||
build-and-push-image:
|
||||
needs: tests
|
||||
needs: coverage
|
||||
if: ${{ github.ref_name == 'main' && github.event_name == 'push' }}
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
Loading…
Reference in New Issue