From 114198ec56a8d1392ee3c401ce800cf7c9837035 Mon Sep 17 00:00:00 2001 From: exquo <62397152+exquo@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:55:58 +0000 Subject: [PATCH] Adjust scheduled workflow runs --- .github/workflows/libclient-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/libclient-build.yaml b/.github/workflows/libclient-build.yaml index 60c0c10..7b28204 100644 --- a/.github/workflows/libclient-build.yaml +++ b/.github/workflows/libclient-build.yaml @@ -7,7 +7,7 @@ on: description: The branch, tag or SHA to checkout for libsignal default: '' # Use the latest commit from the default branch schedule: - - cron: '33 3 * * *' + - cron: '22 22 * * *' jobs: