Skip to content

Commit

Permalink
stop using
Browse files Browse the repository at this point in the history
  • Loading branch information
celetor authored Aug 7, 2022
1 parent 0e7ec23 commit 9992227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Download

on:
schedule:
- cron: 30 0,12 * * *
# schedule:
# - cron: 30 0,12 * * *
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git add --all
git commit -m "update src"
git push origin main
git push origin main

0 comments on commit 9992227

Please sign in to comment.