This commit is contained in:
burnettk 2022-11-12 23:20:34 -05:00
parent ea2757a471
commit e62cfdea49
1 changed files with 2 additions and 2 deletions

View File

@ -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