From d9787595dbd8052416488e25d063df819bcfa1da Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:17:19 +0300 Subject: [PATCH] ci: run at 5PM UTC rather than on push --- .github/workflows/nightly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 65739f1..f0c8549 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,7 +1,8 @@ name: 'nightly' on: - push: - branches: ["main"] + schedule: + - cron: '0 17 * * *' #neo: 5PM UTC + workflow_dispatch: jobs: nightly-tauri: @@ -91,7 +92,6 @@ jobs: runs-on: ubuntu-latest permissions: contents: write - needs: nightly-tauri # Wait for Tauri release to be created container: image: bilelmoussaoui/flatpak-github-actions:freedesktop-23.08 options: --privileged