Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rk0cc committed Feb 5, 2024
2 parents e2ed579 + 12a778d commit 95b5793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autodl.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Auto download colour backup data
on:
schedule:
- cron: 0 10 15 1,4,7,10 *
- cron: 0 10 15 1,7 *
workflow_dispatch:
jobs:
download:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
branch: main

0 comments on commit 95b5793

Please sign in to comment.