From 5195ea4597825b80acdbeb5de9e90cc1429d85d7 Mon Sep 17 00:00:00 2001 From: ammnt Date: Sat, 1 Jun 2024 22:20:59 +0300 Subject: [PATCH] changed: build schedule and dependencies update --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36fe650..0c70d07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,8 +2,8 @@ name: Build and push image📦 on: workflow_dispatch: - # schedule: - # - cron: "00 17 * * SAT" + schedule: + - cron: "00 12 1 * *" push: branches: ["main"] # pull_request: