From b14c5d619daa5cff8d328985eb338dbd93826eb0 Mon Sep 17 00:00:00 2001 From: powderluv Date: Sat, 4 Jun 2022 22:40:53 -0700 Subject: [PATCH] Build the nightly package only once a day/night No need to be shipping two releases a day, our supported packages and binaries have grown. --- .github/workflows/releaseSnapshotPackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaseSnapshotPackage.yml b/.github/workflows/releaseSnapshotPackage.yml index 827ca4fde..d0198a0f7 100644 --- a/.github/workflows/releaseSnapshotPackage.yml +++ b/.github/workflows/releaseSnapshotPackage.yml @@ -2,7 +2,7 @@ name: Release snapshot package on: schedule: - - cron: '0 11,22 * * *' + - cron: '0 11 * * *' workflow_dispatch: