Skip to content

Commit 8562f9e

Browse files
authored
Do not run labels workflow in the internal repo (PowerShell#25279)
1 parent b58979c commit 8562f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
verify-labels:
16-
if: startsWith(github.repository_owner, 'azure') || github.repository_owner == 'PowerShell'
16+
if: github.repository_owner == 'PowerShell'
1717
runs-on: ubuntu-latest
1818

1919
steps:

0 commit comments

Comments
 (0)