From 580bb043f3a4574f238a7f86408b3cd2f0a55ac1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:34:49 +0000 Subject: [PATCH 1/2] Initial plan From 8c7e35cfac3d44cc922bb05839eefdac746a1225 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:37:06 +0000 Subject: [PATCH 2/2] Change Android build workflow to nightly schedule Co-authored-by: kirklandsign <107070759+kirklandsign@users.noreply.github.com> --- .github/workflows/android-build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 24aac882..6e4653d1 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -7,10 +7,9 @@ name: Android Build on: - push: - branches: [main] - pull_request: - branches: [main] + schedule: + # Run nightly at midnight UTC + - cron: '0 0 * * *' workflow_dispatch: permissions: