Skip to content

Commit 269fda2

Browse files
authored
Merge pull request #13903 from MicrosoftDocs/workflows-test
Scope to build repos only
2 parents 74259fd + 9d12539 commit 269fda2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Shared-AutoLabelAssign.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
jobs:
3737
build:
3838
name: Run Script
39-
if: github.repository_owner == 'MicrosoftDocs'
39+
if: github.repository_owner == 'MicrosoftDocs' && contains(github.event.repository.topics, 'build')
4040
runs-on: ubuntu-latest
4141
steps:
4242

@@ -1210,4 +1210,5 @@ jobs:
12101210
Write-Host "Event action not ready_for_review, opened, reopened, or synchronize."
12111211

12121212

1213+
12131214
} # PR event and action check

0 commit comments

Comments
 (0)