Skip to content

Commit

Permalink
Update arxiv-daily-appleblog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaisheng committed Jul 8, 2024
1 parent f77a84b commit 6cdd644
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/arxiv-daily-appleblog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Run Arxiv Papers Daily appleblog

on:
workflow_dispatch:
# schedule:
# - cron: "* 0/12 * * *" #'*/60 * * * *'
# push:
# branches: [main]
schedule:
- cron: "* 0/12 * * *" #'*/60 * * * *'
push:
branches: [main]

jobs:
build:
Expand All @@ -19,7 +19,7 @@ jobs:
# TODO [√] 检查工作分支及 Workflows 运行环境
# ============================================
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
# ============================================
# TODO [√] 创建 Python3.6+ 编译环境
# ============================================
Expand Down

0 comments on commit 6cdd644

Please sign in to comment.