Skip to content

Commit

Permalink
Update snapshot packages only once a week than every hour (snapshot-l…
Browse files Browse the repository at this point in the history
…abs#2611)

As we are using brovider now this will run every Monday, we can still trigger it manually anytime
  • Loading branch information
ChaituVR authored Jun 14, 2022
1 parent 9ceb98e commit d4c40f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshot-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Snapshot packages
on:
workflow_dispatch:
schedule:
- cron: 0 * * * *
- cron: 0 10 * * 1

jobs:
update-dep:
Expand Down

0 comments on commit d4c40f8

Please sign in to comment.