From 46a3b6997109536f901ecbde822a95a3192fecb8 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Sun, 14 Sep 2025 18:02:48 -0500 Subject: [PATCH] Disable GitHub Actions --- .github/workflows/main.yml | 31 ------------------------------- README.md | 3 --- 2 files changed, 34 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 2fef06ac9..000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Build & Test -on: - pull_request: - paths-ignore: - - '**.md' - push: - paths-ignore: - - '**.md' -jobs: - Test: - runs-on: self-hosted - timeout-minutes: 30 - steps: - - name: Check out source code - uses: actions/checkout@v4 - - - name: Build project - run: ./build.sh build - - - name: Run Android tests - run: ./build.sh android-tests-parallel 28 29 30 32 33 34 - - - name: Upload artifacts - if: always() - uses: actions/upload-artifact@v4 - with: - name: build - path: | - build/*log - uhabits-android/build/outputs - diff --git a/README.md b/README.md index ffa5476a0..5ccef78b6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@

Loop Habit Tracker

- - Build & Test - release