diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index 6792fe56a..1fcf1418b 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -13,7 +13,7 @@ on: jobs: build-android-phone: - if: (!contains(github.event.head_commit.message, '[skip ci]')) + if: false # [tvos-test] temporarily disabled to only run tvOS builds runs-on: ubuntu-24.04 name: 🤖 Build Android APK (Phone) permissions: @@ -96,7 +96,7 @@ jobs: retention-days: 7 build-android-tv: - if: (!contains(github.event.head_commit.message, '[skip ci]')) + if: false # [tvos-test] temporarily disabled to only run tvOS builds runs-on: ubuntu-24.04 name: 🤖 Build Android APK (TV) permissions: @@ -179,7 +179,7 @@ jobs: retention-days: 7 build-ios-phone: - if: (!contains(github.event.head_commit.message, '[skip ci]') && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'streamyfin/streamyfin')) + if: false # [tvos-test] temporarily disabled to only run tvOS builds runs-on: macos-26 name: 🍎 Build iOS IPA (Phone) permissions: @@ -243,7 +243,7 @@ jobs: retention-days: 7 build-ios-phone-unsigned: - if: (!contains(github.event.head_commit.message, '[skip ci]')) + if: false # [tvos-test] temporarily disabled to only run tvOS builds runs-on: macos-26 name: 🍎 Build iOS IPA (Phone - Unsigned) permissions: @@ -302,7 +302,7 @@ jobs: build-ios-tv: # Temporarily disabled until feat/tv-interface is merged (TV UI not ready). # Re-enable by removing the `false &&` prefix below. - if: false && (!contains(github.event.head_commit.message, '[skip ci]') && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'streamyfin/streamyfin')) + if: (!contains(github.event.head_commit.message, '[skip ci]') && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'streamyfin/streamyfin')) runs-on: macos-26 name: 🍎 Build tvOS IPA permissions: @@ -368,7 +368,7 @@ jobs: build-ios-tv-unsigned: # Temporarily disabled until feat/tv-interface is merged (TV UI not ready). # Re-enable by removing the `false &&` prefix below. - if: false && (!contains(github.event.head_commit.message, '[skip ci]')) + if: (!contains(github.event.head_commit.message, '[skip ci]')) runs-on: macos-26 name: 🍎 Build tvOS IPA (Unsigned) permissions: