From 83075caed94d5bdc4101cbac98f9df8eda25e2b9 Mon Sep 17 00:00:00 2001 From: stackhpc-ci <22933334+stackhpc-ci@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:35:51 +0000 Subject: [PATCH] feat: automatic update of workflows master --- .github/workflows/upstream-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream-sync.yml b/.github/workflows/upstream-sync.yml index 857c2389e8b..adf33529833 100644 --- a/.github/workflows/upstream-sync.yml +++ b/.github/workflows/upstream-sync.yml @@ -2,7 +2,7 @@ name: Upstream Sync 'on': schedule: - - cron: "15 8 * * 1" + - cron: "15 6 * * 1" workflow_dispatch: permissions: contents: write