Skip to content

Commit

Permalink
Update ci.yml to only look at website
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell authored Dec 18, 2024
1 parent ca61f8c commit a435be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ado/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ parameters:
variables:
- name: Codeql.Enabled
value: true
- name: Codeql.ExcludePathPatterns
value: samples/,samples-old/
- name: Codeql.SourceRoot
value: ./website
- ${{ if eq(parameters.forceCodeQL, true) }}:
- name: Codeql.Cadence
value: 0
Expand Down

0 comments on commit a435be8

Please sign in to comment.