infra: skip extended testing for partner packages (#14630)

Tested by merging into #14627
This commit is contained in:
Erick Friis
2023-12-13 09:58:48 -08:00
committed by GitHub
parent 2bef45074d
commit 231891706b
2 changed files with 4 additions and 5 deletions

View File

@@ -72,6 +72,7 @@ jobs:
defaults:
run:
working-directory: ${{ inputs.working-directory }}
if: ${{ ! startsWith(inputs.working-directory, 'libs/partners/') }}
steps:
- uses: actions/checkout@v4