Skip to content

Commit 4cc91c7

Browse files
committed
Bug Fixes and Performance Improvements
1 parent c25aca3 commit 4cc91c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
# to build your code.
7878
# ℹ️ Command-line programs to run using the OS shell.
7979
# 📚 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
80+
# - if: matrix.build-mode == 'manual'
81+
# shell: bash
82+
# run: make release
8383

8484
- name: Perform CodeQL Analysis
8585
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)