diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 798fc7b3..6797c1f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: # https://about.codecov.io/blog/uploading-code-coverage-in-a-separate-job-on-github-actions/ upload-coverage-codecov: - needs: [real-slurm-integration-tests] + needs: [integration_tests] runs-on: ubuntu-latest name: Upload coverage reports to Codecov steps: