Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed auto-pull script #143

Merged
merged 10 commits into from
Jun 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
141 - changed crone time
  • Loading branch information
Graur committed Jun 21, 2023
commit 56b05819104e6117839dea13f0fb7cf1a65463d8
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check releases

on:
schedule:
- cron: "*/2 * * * *"
- cron: "0 0 * * *"

jobs:
check-releases:
Expand Down