From 16432a3eea444c1c88925241e1dbc910bf1f94ef Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Fri, 23 Jan 2026 16:49:49 +0100 Subject: [PATCH] Resetted false --- .gitea/workflows/pull_request.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 4494976..5f0c8b4 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -23,10 +23,8 @@ jobs: - name: Build IPA run: flutter build ipa --no-codesign - build-android: runs-on: ubuntu-latest - if: false steps: - name: Checkout code uses: actions/checkout@v4 @@ -58,7 +56,6 @@ jobs: lint: runs-on: ubuntu-latest - if: false steps: - name: Checkout code uses: actions/checkout@v4 @@ -78,7 +75,6 @@ jobs: test: runs-on: ubuntu-latest - if: false steps: - name: Checkout code uses: actions/checkout@v4