Skip to content

Commit

Permalink
ci: fix codeql ignore path
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Sep 18, 2023
1 parent 3753aa7 commit e5ccc6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,10 @@ jobs:
with:
languages: ${{ matrix.language }}
config: |
paths:
- source
paths-ignore:
- source/thirdparty/
- 'source/thirdparty/**'
- name: Setup
run: gha/scripts/ci/gh-actions/linux-setup.sh
- name: Update
Expand Down

0 comments on commit e5ccc6f

Please sign in to comment.