modified daily-collect.yaml job

This commit is contained in:
Brendan McDevitt 2025-03-27 21:57:45 +00:00
parent 9ba02601a0
commit bcc1ae9f3e

View file

@ -2,10 +2,8 @@ name: Daily Feed Update
on:
schedule:
# Run daily at 1:00 AM UTC (adjust the time as needed)
- cron: '0 1 * * *'
workflow_dispatch:
# Allow manual triggering of the workflow
jobs:
update-feed:
@ -30,6 +28,12 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
rustup default stable
- name: Run recent feed update
run: cargo run -- --feed recent