We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25aca3 commit 4cc91c7Copy full SHA for 4cc91c7
.github/workflows/codeql.yml
@@ -77,9 +77,9 @@ jobs:
77
# to build your code.
78
# ℹ️ Command-line programs to run using the OS shell.
79
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
80
- - if: matrix.build-mode == 'manual'
81
- shell: bash
82
- run: make release
+ # - if: matrix.build-mode == 'manual'
+ # shell: bash
+ # run: make release
83
84
- name: Perform CodeQL Analysis
85
uses: github/codeql-action/analyze@v3
0 commit comments