diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 4413d411..cdfcec86 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -208,7 +208,7 @@ jobs: release: if: github.event_name == 'refs/heads/main' && !contains(github.ref, 'refs/tags') - needs: [style, doc-build] #docs-style + needs: [code-style, doc-build] #docs-style runs-on: ubuntu-latest steps: - uses: actions/checkout@v4