Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Avocado] Limit includePaths to root "specification" folder
  • Loading branch information
mikeharder committed Jul 1, 2025
commit 546050841103163204ef7d83cec032d3a1e4ebe4
4 changes: 2 additions & 2 deletions .github/workflows/avocado-code.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: "[TEST-IGNORE] Swagger Avocado - Analyze Code"

on: pull_request
Expand Down Expand Up @@ -31,8 +31,8 @@
"/cadl/examples/" \
'(?=/examples/)(?!(?:/stable/|/preview/))' \
--includePaths \
"data-plane" \
"resource-manager"
"^${GITHUB_WORKSPACE}/specification/.*/data-plane" \
"^${GITHUB_WORKSPACE}/specification/.*/resource-manager"
env:
# Tells Avocado to analyze the files changed between the PR head (default checkout)
# and the PR base branch.
Expand Down
Loading