Skip to content

Commit

Permalink
Allow manual dispatch of "Update dependencies" GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Feb 12, 2024
1 parent df2a176 commit ccddfa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Update dependencies
on:
schedule:
- cron: '0 3 * * 6' # Run every saturday at 3 am.
workflow_dispatch:
jobs:
update_dependencies:
name: Update dependencies
Expand Down

0 comments on commit ccddfa0

Please sign in to comment.