diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9a478a..c76f2b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,9 +119,9 @@ jobs: name: Autogenerate if: github.ref == 'refs/heads/main' && github.event_name == 'push' runs-on: ubuntu-latest - # needs: - # - test - # - codeql + needs: + - test + - codeql permissions: contents: write steps: