CI: Add scheduled and manual triggers to python-deps workflow

This commit is contained in:
Aditya Sharad 2022-07-27 13:22:10 -07:00
parent 0d16d70d87
commit bf24993f0c
No known key found for this signature in database
GPG key ID: 66D1E528054C320C

View file

@ -14,6 +14,10 @@ on:
- 'python-setup/**'
# Changes to the default CodeQL bundle version.
- '**/defaults.json'
schedule:
# Weekly on Monday.
- cron: '0 0 * * 1'
workflow_dispatch:
jobs:
test-setup-python-scripts: