From 27c41781f9f136bc4afd03acd87f35eadaea4686 Mon Sep 17 00:00:00 2001 From: infinitycat Date: Tue, 9 Dec 2025 10:02:19 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=9B=B4=E6=96=B0=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=9A=84=20cron=20=E8=A1=A8=E8=BE=BE?= =?UTF-8?q?=E5=BC=8F=E4=B8=BA=E6=AF=8F10=E5=88=86=E9=92=9F=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-dev.yml b/.github/workflows/docker-image-dev.yml index dc43f1ae..5f4eadd0 100644 --- a/.github/workflows/docker-image-dev.yml +++ b/.github/workflows/docker-image-dev.yml @@ -2,7 +2,7 @@ name: Docker Build and Push (Dev) on: schedule: - - cron: '0 0 * * *' + - cron: "*/10 * * * *" # every 10 minutes # push: # branches: # - dev