We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658148a commit 694921aCopy full SHA for 694921a
.github/workflows/build-kernel-release.yml
@@ -100,7 +100,7 @@ jobs:
100
manifest: oneplus_12r_v.xml
101
android_version: android13
102
kernel_version: "5.15"
103
- runs-on: ubuntu-latest
+ runs-on: ${{ github.repository_owner == 'WildKernels' && 'BigBoi' || 'ubuntu-latest' }}
104
steps:
105
- name: Select Appropriate SusFS Branch
106
id: get-susfs-branch
@@ -271,7 +271,7 @@ jobs:
271
needs:
272
- build-batch-1
273
- build-batch-2
274
275
if: ${{ inputs.make_release }}
276
env:
277
REPO_OWNER: ${{ github.repository_owner }}
0 commit comments