Skip to content

Commit

Permalink
CI: Add scheduled and manual triggers to python-deps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Sharad committed Jul 27, 2022
1 parent 0d16d70 commit bf24993
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf24993

Please sign in to comment.