diff --git a/.github/workflows/weread.yml b/.github/workflows/weread.yml index fd628564ae8f..320168deee45 100644 --- a/.github/workflows/weread.yml +++ b/.github/workflows/weread.yml @@ -3,7 +3,7 @@ name: weread sync on: workflow_dispatch: schedule: - - cron: "0 0 * * *" + - cron: "15 22 * * *" jobs: sync: name: Sync @@ -22,4 +22,4 @@ jobs: pip install -r requirements.txt - name: weread sync run: | - python weread.py "${{secrets.WEREAD_COOKIE}}" "${{secrets.NOTION_TOKEN}}" "${{secrets.NOTION_DATABASE_ID}}" \ No newline at end of file + python weread.py "${{secrets.WEREAD_COOKIE}}" "${{secrets.NOTION_TOKEN}}" "${{secrets.NOTION_DATABASE_ID}}"