Skip to content

Commit 9a5b9bd

Browse files
authored
ci: reduced the syncing cooldown
1 parent 2cde669 commit 9a5b9bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/leetcode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync Leetcode
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 8 * * 6"
6+
- cron: "0 0 * * *"
77

88
jobs:
99
build:
@@ -16,6 +16,6 @@ jobs:
1616
github-token: ${{ github.token }}
1717
leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}
1818
leetcode-session: ${{ secrets.LEETCODE_SESSION }}
19-
# destination-folder: my-folder
19+
filter-duplicate-secs: 0
2020
verbose: true
2121
commit-header: "chore: sync automated leetcode submissions with"

0 commit comments

Comments
 (0)