From 4c964a12e86899ebc6f14ebb0f0e729cec6b4349 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Wed, 7 May 2025 14:29:27 +1000 Subject: [PATCH] fix: remove nightly trigger it creates releases --- desktop/.github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/.github/workflows/release.yml b/desktop/.github/workflows/release.yml index 395f212c..43743741 100644 --- a/desktop/.github/workflows/release.yml +++ b/desktop/.github/workflows/release.yml @@ -5,8 +5,8 @@ on: release: types: [published] # This can be used to automatically publish nightlies at UTC nighttime - schedule: - - cron: "0 2 * * *" # run at 2 AM UTC +# schedule: +# - cron: "0 2 * * *" # run at 2 AM UTC # This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.