mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Allow manual dispatch of "Update dependencies" GH workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user