Skip to content

Commit 694921a

Browse files
committed
Runner Selection based on repo
1 parent 658148a commit 694921a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-kernel-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
manifest: oneplus_12r_v.xml
101101
android_version: android13
102102
kernel_version: "5.15"
103-
runs-on: ubuntu-latest
103+
runs-on: ${{ github.repository_owner == 'WildKernels' && 'BigBoi' || 'ubuntu-latest' }}
104104
steps:
105105
- name: Select Appropriate SusFS Branch
106106
id: get-susfs-branch
@@ -271,7 +271,7 @@ jobs:
271271
needs:
272272
- build-batch-1
273273
- build-batch-2
274-
runs-on: ubuntu-latest
274+
runs-on: ${{ github.repository_owner == 'WildKernels' && 'BigBoi' || 'ubuntu-latest' }}
275275
if: ${{ inputs.make_release }}
276276
env:
277277
REPO_OWNER: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)