diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 339c610..928c69c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -241,7 +241,13 @@ jobs: publish-artifacts: runs-on: ubuntu-22.04 - needs: detect-noop + needs: + - detect-noop + - report-breaking-changes + - lint + - check-diff + - unit-tests + - local-deploy if: needs.detect-noop.outputs.noop != 'true' steps: