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
escape dot in regex
  • Loading branch information
mikeharder committed Jul 1, 2025
commit 24cdc64c88a88b5ef7059d5dcc72471a25814caf
2 changes: 1 addition & 1 deletion .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 @@ -30,7 +30,7 @@
"/package-lock.json" \
"/cadl/examples/" \
'(?=/examples/)(?!(?:/stable/|/preview/))' \
"/.github/" \
"/\.github/" \
"/eng/" \
--includePaths \
"data-plane" \
Expand Down
Loading