From 0ccb762a09a44a0cca5a9e53fda1b2e066223137 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 27 Jan 2023 09:25:34 -0800 Subject: [PATCH] build-system: disable the daily Snap build for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently these currently end up in a rebuild loop. Suggested-by: MichaƂ Sawicz Signed-off-by: Dirk Hohndel --- .github/workflows/snap_usns.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snap_usns.yml b/.github/workflows/snap_usns.yml index ff18f742f..78e0581d6 100644 --- a/.github/workflows/snap_usns.yml +++ b/.github/workflows/snap_usns.yml @@ -1,8 +1,9 @@ name: SnapUSNs on: - schedule: - - cron: '0 5 * * *' + workflow_dispatch +# schedule: +# - cron: '0 5 * * *' jobs: CheckUSNs: