From cebffad97cc941b5a0e55ba069ab56be8c0f43ac Mon Sep 17 00:00:00 2001 From: AnJia Date: Wed, 26 Jul 2023 10:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E5=A4=A9=E8=87=AA=E5=8A=A8=E8=BD=AC?= =?UTF-8?q?=E5=AD=98=E6=BC=8F=E6=8E=89=E7=9A=84issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gcr.io_mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gcr.io_mirror.yml b/.github/workflows/gcr.io_mirror.yml index 70bce96..77056b0 100644 --- a/.github/workflows/gcr.io_mirror.yml +++ b/.github/workflows/gcr.io_mirror.yml @@ -6,12 +6,12 @@ on: label: types: [created] workflow_dispatch: - + Schedule: + -cron: '0 16 * * *' jobs: build: runs-on: ubuntu-latest - if: contains(github.event.issue.labels.*.name, 'porter') steps: - name: 检出代码 uses: actions/checkout@v3