Skip to content

Commit

Permalink
change schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Sep 27, 2024
1 parent 596fb9b commit 7fc9203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
description: "What is the packages (optionally version) you wish to force update on?"
required: false
schedule:
- cron: "30 1-19/6 * * *"
- cron: "0 3 * * *"

jobs:
updater:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
shell: powershell
- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
Expand Down

0 comments on commit 7fc9203

Please sign in to comment.