From 68c8c21ee8633e9a0009761de6c9c9b66cb130df Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Fri, 4 Apr 2025 14:41:52 -0700 Subject: [PATCH] Do not run labels workflow in the internal repo --- .github/workflows/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index a580c1f5185..befb416aeaf 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -13,7 +13,7 @@ permissions: jobs: verify-labels: - if: startsWith(github.repository_owner, 'azure') || github.repository_owner == 'PowerShell' + if: github.repository_owner == 'PowerShell' runs-on: ubuntu-latest steps: