Skip to content

Commit 6d11caa

Browse files
committed
Simplify CodeQL workflow to avoid advanced configuration conflict
1 parent 43e7c0b commit 6d11caa

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
name: CodeQL Analysis
1+
name: CodeQL
22

33
on:
44
push:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8-
schedule:
9-
- cron: '0 3 * * 1'
108

119
jobs:
1210
analyze:
1311
name: CodeQL Analyze
1412
runs-on: ubuntu-latest
1513

1614
permissions:
17-
actions: read
1815
contents: read
1916
security-events: write
2017

2118
strategy:
22-
fail-fast: false
2319
matrix:
2420
language: [ 'cpp' ]
2521

@@ -56,8 +52,5 @@ jobs:
5652
./configure
5753
make
5854
59-
- name: Run tests
60-
run: make check
61-
6255
- name: Perform CodeQL Analysis
6356
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)