diff --git a/.github/workflows/push_create-package.yml b/.github/workflows/push_create-package.yml index ee5ed62..6ce5c16 100644 --- a/.github/workflows/push_create-package.yml +++ b/.github/workflows/push_create-package.yml @@ -229,7 +229,7 @@ jobs: # ######################################## # check-code-coverage: name: Check Code Coverage - needs: [create-package, check-code-coverage-secret] + needs: [check-code-coverage-secret] if: ${{ needs.check-code-coverage-secret.outputs.shouldContinue == 'true' }} runs-on: ubuntu-latest steps: