Skip to content

Commit

Permalink
[TypeSpecValidationAll] Remove PR trigger (#31214)
Browse files Browse the repository at this point in the history
- TSV should automatically check all specs if "core files" changed
- Was only defense-in-depth
- Was not a required check anyway
  • Loading branch information
mikeharder authored Oct 25, 2024
1 parent 71341bf commit 92e45ea
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions eng/pipelines/typespec-validation-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,6 @@ trigger:
- RPSaaSMaster
- typespec-next

pr:
branches:
include:
- main
- RPSaaSMaster
- typespec-next
paths:
include:
- .gitattributes
- .prettierrc.json
- package-lock.json
- package.json
- tsconfig.json
- eng
- specification/suppressions.yaml
- specification/common-types

resources:
pipelines:
- pipeline: typespec
Expand Down

0 comments on commit 92e45ea

Please sign in to comment.