Skip to content

Commit 457a3dc

Browse files
authored
Add conditions to trigger TypeSpec Migration Validation (#36482)
1 parent cee8b51 commit 457a3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typespec-migration-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
typespec-migration-validation:
1212
name: TypeSpec Migration Validation
13-
if: contains(github.event.pull_request.labels.*.name, 'typespec-conversion-w1') || contains(github.event.pull_request.labels.*.name, 'typespec-conversion-w2')
13+
if: contains(github.event.pull_request.labels.*.name, 'typespec-conversion-w1') || contains(github.event.pull_request.labels.*.name, 'typespec-conversion-w2') || contains(github.event.pull_request.labels.*.name, 'typespec-conversion-w3')
1414
runs-on: ubuntu-24.04
1515

1616
steps:

0 commit comments

Comments
 (0)