Skip to content

Commit d1e5e31

Browse files
Switch off codeql cache build save for PR jobs (#586)
* Switch off codeql cache build save for PR jobs and update paths list
1 parent 200a19d commit d1e5e31

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ on:
77
pull_request:
88
branches:
99
- main
10+
paths:
11+
- 'source/**'
12+
- 'clik/**'
13+
- 'modules/**'
14+
- 'examples/**'
15+
- 'cmake/**'
16+
- 'hal/**'
17+
- '.github/actions/do_build_ock/**'
18+
- '.github/actions/setup_build/**'
19+
- '.github/workflows/codeql.yml'
20+
- 'CMakeLists.txt'
1021
schedule:
1122
- cron: '19 9 * * 3'
1223

@@ -77,7 +88,6 @@ jobs:
7788
- name: setup-ubuntu
7889
uses: ./.github/actions/setup_build
7990
with:
80-
save: true
8191
llvm_version: 18
8292
llvm_build_type: RelAssert
8393

0 commit comments

Comments
 (0)