From d1d6bfc7fd2ff526555730f12e07ba52627257cc Mon Sep 17 00:00:00 2001 From: Natalie Bunduwongse Date: Mon, 13 Apr 2026 21:31:37 +1200 Subject: [PATCH 1/2] ci: update workflow paths for test and UI builds --- .github/workflows/test-build.yml | 10 ++++++++++ .github/workflows/ui-tests.yml | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 94a13a4c3..482a1cb08 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -4,7 +4,17 @@ name: Test & Build on: push: branches: [main] + paths: + - 'src/Packages/Passport/**' + - 'sample/**' + - 'sample-unity6/**' + - 'Plugins/**' pull_request: + paths: + - 'src/Packages/Passport/**' + - 'sample/**' + - 'sample-unity6/**' + - 'Plugins/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 232a0b88a..4f3820a0b 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -19,7 +19,17 @@ on: # - iOS push: branches: [main] + paths: + - 'src/Packages/Passport/**' + - 'sample/**' + - 'sample-unity6/**' + - 'Plugins/**' pull_request: + paths: + - 'src/Packages/Passport/**' + - 'sample/**' + - 'sample-unity6/**' + - 'Plugins/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }} From 27366ec427ca6eafe9e19d60d9922137d8c5f988 Mon Sep 17 00:00:00 2001 From: Natalie Bunduwongse Date: Mon, 13 Apr 2026 21:34:11 +1200 Subject: [PATCH 2/2] chore: update CODEOWNERS to include @immutable/ped-stream-sdk-integrations-list --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index d34c7f14b..3cb97f53b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ -* @immutable/passport +* @immutable/passport @immutable/ped-stream-sdk-integrations-list