From d583e9d9801d5c6777ca966fb79ee59cca7f3e92 Mon Sep 17 00:00:00 2001 From: stackhpc-ci <22933334+stackhpc-ci@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:24:20 +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 36cf2e201f..90564f4697 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