From 8d28f26b7daa95a560a05d96e5699423e8d515db Mon Sep 17 00:00:00 2001 From: infinitycat Date: Tue, 9 Dec 2025 11:00:44 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E7=BB=9F=E4=B8=80=20cron=20=E8=A1=A8?= =?UTF-8?q?=E8=BE=BE=E5=BC=8F=E7=9A=84=E5=BC=95=E5=8F=B7=E6=A0=BC=E5=BC=8F?= 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 5f4eadd0..55cffbf0 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: "*/10 * * * *" # every 10 minutes + - cron: '*/10 * * * *' # every 10 minutes # push: # branches: # - dev