Skip to content

Commit

Permalink
Switch off codeql cache build save for PR jobs (#586)
Browse files Browse the repository at this point in the history
* Switch off codeql cache build save for PR jobs and update paths list
  • Loading branch information
alan-forbes-cp authored Nov 14, 2024
1 parent 200a19d commit d1e5e31
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ on:
pull_request:
branches:
- main
paths:
- 'source/**'
- 'clik/**'
- 'modules/**'
- 'examples/**'
- 'cmake/**'
- 'hal/**'
- '.github/actions/do_build_ock/**'
- '.github/actions/setup_build/**'
- '.github/workflows/codeql.yml'
- 'CMakeLists.txt'
schedule:
- cron: '19 9 * * 3'

Expand Down Expand Up @@ -77,7 +88,6 @@ jobs:
- name: setup-ubuntu
uses: ./.github/actions/setup_build
with:
save: true
llvm_version: 18
llvm_build_type: RelAssert

Expand Down

0 comments on commit d1e5e31

Please sign in to comment.