Skip to content

Commit bb504c5

Browse files
author
Niraj Bajpai
committed
fix(ci): Remove duplicate 'run' block in arXiv workflow
The 'arXiv Daily Paper Crawler' workflow contained a duplicated 'run' block within the 'Fetch arXiv papers' step, leading to a YAML syntax error. This commit removes the duplicate 'run' block, resolving the workflow validation error.
1 parent 72ce4d3 commit bb504c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/arxiv-daily-crawler.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
5252
run: |
5353
python scripts/fetch_arxiv_papers.py
54-
run: |
55-
python scripts/fetch_arxiv_papers.py
5654
5755
- name: Generate summary report
5856
run: |

0 commit comments

Comments
 (0)