diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 115675e..744a908 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,11 +59,11 @@ jobs: affected: false node_version: ${{ matrix.node_version }} - # code-analysis: - # needs: [lint, build, test, e2e] - # name: Code Analysis - # uses: ./.github/workflows/code-analysis.yml - # secrets: inherit + code-analysis: + needs: [lint, build, test, e2e] + name: Code Analysis + uses: ./.github/workflows/code-analysis.yml + secrets: inherit changesets: needs: [lint, build, test, e2e] diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index cf62df6..f8f25cf 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -58,11 +58,11 @@ jobs: affected: true node_version: ${{ matrix.node_version }} - # code-analysis: - # needs: [lint, build, test, e2e] - # name: Code Analysis - # uses: ./.github/workflows/code-analysis.yml - # secrets: inherit + code-analysis: + needs: [lint, build, test, e2e] + name: Code Analysis + uses: ./.github/workflows/code-analysis.yml + secrets: inherit changesets: needs: [lint, build, test, e2e]