From 510591d077057a346a7882a779f2baff486156a4 Mon Sep 17 00:00:00 2001 From: Qinyang Liu <93815242+willow-god@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=93=E6=9B=B4=E6=96=B0action=E4=B8=BA?= =?UTF-8?q?=E5=AE=9A=E6=97=B66=E5=B0=8F=E6=97=B6=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=EF=BC=8C=E9=87=8D=E5=91=BD=E5=90=8Dworkflow=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/friend_circle_lite.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/friend_circle_lite.yml b/.github/workflows/friend_circle_lite.yml index 29e7b54..60c1193 100644 --- a/.github/workflows/friend_circle_lite.yml +++ b/.github/workflows/friend_circle_lite.yml @@ -2,18 +2,21 @@ name: RSS Check on: schedule: - - cron: "0 22 */2 * *" + - cron: "0 */6 * * *" workflow_dispatch: +env: + TZ: Asia/Shanghai + jobs: - check_rss: + friend-circle_lite: runs-on: ubuntu-latest steps: - - name: Checkout code + - name: Pull Latest Repository uses: actions/checkout@v3 - - name: Set up Python + - name: Install Python uses: actions/setup-python@v4 with: python-version: '3.x'