diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e967535..fd4b7ca 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -77,9 +77,9 @@ jobs: # to build your code. # ℹī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun - - if: matrix.build-mode == 'manual' - shell: bash - run: make release + # - if: matrix.build-mode == 'manual' + # shell: bash + # run: make release - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3