Skip to content

Commit

Permalink
feat: schedule:
Browse files Browse the repository at this point in the history
    # Automatically run on every Day
    - cron: "40 18 * * *"
  • Loading branch information
snowdream committed Feb 4, 2025
1 parent 6290707 commit fc2c3b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
- "pr/**"
schedule:
# Automatically run on every Day
- cron: "0 17 * * *"
- cron: "40 18 * * *"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
- "pr/**"
schedule:
# Automatically run on every Day
- cron: "0 17 * * *"
- cron: "40 18 * * *"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- "pr/**"
schedule:
# Automatically run on every Day
- cron: "0 17 * * *"
- cron: "40 18 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit fc2c3b9

Please sign in to comment.