diff --git a/.github/keep-alive.txt b/.github/keep-alive.txt index f8afb3283..735c564c5 100644 --- a/.github/keep-alive.txt +++ b/.github/keep-alive.txt @@ -1,2 +1,2 @@ -Last run: 2026-04-01 00:50:11 UTC +Last run: 2026-05-01 00:27:51 UTC This file is automatically updated to keep the repository active and prevent GitHub Actions from disabling scheduled workflows. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05d41c70a..0a1dcd7b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,4 +31,4 @@ jobs: printf "%b\n" "$CUSTOM_CONFIG" > config/custom.yaml echo "Use custom config: " cat config/custom.yaml - uv run src/zotero_arxiv_daily/main.py + uv run src/zotero_arxiv_daily/main.py executor.source=arxiv diff --git a/config/custom.yaml b/config/custom.yaml index 18b816387..3a4cc18a2 100644 --- a/config/custom.yaml +++ b/config/custom.yaml @@ -22,5 +22,4 @@ source: category: ["cs.AI","cs.CV","cs.LG","cs.CL"] executor: - debug: ${oc.env:DEBUG,null} - source: ['arxiv'] + source: [arxiv]