CI: Add scheduled and manual triggers to python-deps workflow
This commit is contained in:
parent
0d16d70d87
commit
bf24993f0c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/python-deps.yml
vendored
4
.github/workflows/python-deps.yml
vendored
|
|
@ -14,6 +14,10 @@ on:
|
||||||
- 'python-setup/**'
|
- 'python-setup/**'
|
||||||
# Changes to the default CodeQL bundle version.
|
# Changes to the default CodeQL bundle version.
|
||||||
- '**/defaults.json'
|
- '**/defaults.json'
|
||||||
|
schedule:
|
||||||
|
# Weekly on Monday.
|
||||||
|
- cron: '0 0 * * 1'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-setup-python-scripts:
|
test-setup-python-scripts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue