Skip to content

Commit

Permalink
Update update.yml for manual update
Browse files Browse the repository at this point in the history
  • Loading branch information
yufree authored Feb 4, 2025
1 parent 4a25126 commit fc1d945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: Weekly Article Matching
on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:

jobs:
run_script:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit fc1d945

Please sign in to comment.