Skip to content

Commit

Permalink
ci(fix): reduce concurrency to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis authored Aug 10, 2023
1 parent 45795d8 commit f867551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
mkdir build
cd build
cmake ..
make -j4
make -j2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624 # v2.21.3
Expand Down

0 comments on commit f867551

Please sign in to comment.