From be7529075f06df5075b0e0b95db4139c206c19d0 Mon Sep 17 00:00:00 2001 From: Shuery <2463253700@qq.com> Date: Wed, 7 Aug 2024 23:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=82=E9=A1=B9=EF=BC=88=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF=EF=BC=89=EF=BC=9A=E5=BC=80=E5=90=AF=E6=AF=8F=E5=91=A8?= =?UTF-8?q?=E4=B8=80=E8=87=B3=E5=91=A8=E5=85=AD=E5=8D=81=E4=B8=80=E7=82=B9?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Update Profiles on Ubuntu.yml | 2 ++ .github/workflows/Update Profiles on Windows.yml | 2 ++ .github/workflows/Update Profiles on macOS.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/Update Profiles on Ubuntu.yml b/.github/workflows/Update Profiles on Ubuntu.yml index bd411f5a..1b42c568 100644 --- a/.github/workflows/Update Profiles on Ubuntu.yml +++ b/.github/workflows/Update Profiles on Ubuntu.yml @@ -11,6 +11,8 @@ on: branches: [main] paths-ignore: - 'README.md' + schedule: + - cron: "0 0 3 ? * 3,6" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/Update Profiles on Windows.yml b/.github/workflows/Update Profiles on Windows.yml index 08bd9543..614fbdc9 100644 --- a/.github/workflows/Update Profiles on Windows.yml +++ b/.github/workflows/Update Profiles on Windows.yml @@ -2,6 +2,8 @@ name: Update Profiles on Windows on: workflow_dispatch: + schedule: + - cron: "0 0 3 ? * 4,7" jobs: update-profiles: diff --git a/.github/workflows/Update Profiles on macOS.yml b/.github/workflows/Update Profiles on macOS.yml index 62f2a2da..85fc88f1 100644 --- a/.github/workflows/Update Profiles on macOS.yml +++ b/.github/workflows/Update Profiles on macOS.yml @@ -2,6 +2,8 @@ name: Update Profiles on macOS on: workflow_dispatch: + schedule: + - cron: "0 0 3 ? * 2,5" jobs: update-profiles: