Skip to content

Commit a23ee9d

Browse files
committed
JUST TESTING
1 parent b544f84 commit a23ee9d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "CodeQL Nightly Analysis"
22

33
on:
4+
push:
5+
branches:
6+
- two-heart/codeql-action-test
47
workflow_call:
58
workflow_dispatch:
69

@@ -29,6 +32,10 @@ jobs:
2932
CC: ${{ matrix.compiler }}
3033
CXX: ${{ matrix.compiler == 'gcc' && 'g++' || 'clang++' }}
3134
steps:
35+
- uses: ./.github/actions/hugepages
36+
with:
37+
count_gigantic: 0
38+
count_huge: 0
3239
- uses: actions/checkout@v5
3340
with:
3441
submodules: recursive
@@ -64,4 +71,4 @@ jobs:
6471
uses: github/codeql-action/analyze@v4
6572
with:
6673
category: "/language:${{ matrix.language }}"
67-
upload: 'always'
74+
upload: 'never'

0 commit comments

Comments
 (0)