Skip to content

Commit

Permalink
Update weread.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malinkang authored Nov 27, 2024
1 parent 73ff262 commit 56993ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: weread note sync
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "0 */3 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
- name: weread sync
run: |
weread

0 comments on commit 56993ad

Please sign in to comment.