📓更新action为定时6小时进行,重命名workflow名称

This commit is contained in:
Qinyang Liu 2024-07-02 10:44:27 +08:00 committed by GitHub
parent 79fa732c08
commit 510591d077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,18 +2,21 @@ name: RSS Check
on: on:
schedule: schedule:
- cron: "0 22 */2 * *" - cron: "0 */6 * * *"
workflow_dispatch: workflow_dispatch:
env:
TZ: Asia/Shanghai
jobs: jobs:
check_rss: friend-circle_lite:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Pull Latest Repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Python - name: Install Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.x' python-version: '3.x'