Skip to content

Commit 12a778d

Browse files
authored
Reduce frequency of auto update
1 parent 4abfc00 commit 12a778d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autodl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Auto download colour backup data
22
on:
33
schedule:
4-
- cron: 0 10 15 1,4,7,10 *
4+
- cron: 0 10 15 1,7 *
55
workflow_dispatch:
66
jobs:
77
download:
@@ -30,4 +30,4 @@ jobs:
3030
uses: ad-m/github-push-action@master
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
33-
branch: main
33+
branch: main

0 commit comments

Comments
 (0)