From 7958a9d5602c10fd937dd19a68535fc2365e53c8 Mon Sep 17 00:00:00 2001 From: Niklas Gehlen Date: Fri, 12 May 2023 16:26:35 +0200 Subject: [PATCH] Change workflow time. --- .github/workflows/ns-sync-upstream.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ns-sync-upstream.yaml b/.github/workflows/ns-sync-upstream.yaml index c566eec4..47c4e438 100644 --- a/.github/workflows/ns-sync-upstream.yaml +++ b/.github/workflows/ns-sync-upstream.yaml @@ -13,7 +13,7 @@ name: ns-sync-upstream on: workflow_dispatch: schedule: - - cron: '0 3 * * *' # daily at 3am + - cron: '30 3 * * *' # daily at 3:30am env: main_branch: main