Skip to content

Commit d88c323

Browse files
authored
Update downstream.yml
1 parent 5d89c54 commit d88c323

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/downstream.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: Track Downstream Dependencies
33
on:
44
push:
55
branches: [dev]
6-
schedule:
7-
- cron: "0 0 * * *" # Runs daily at midnight UTC
8-
workflow_dispatch: # Allows manual triggering
6+
workflow_dispatch:
97

108
env:
119
TARGET_PACKAGE: "ovos-workshop" # Set the package to track here
@@ -33,7 +31,7 @@ jobs:
3331
python -m venv venv
3432
source venv/bin/activate
3533
pip install build wheel
36-
pip install -r constraints-alpha.txt
34+
pip install -r constraints-alpha.txt --no-deps
3735
pip install pipdeptree
3836
3937
- name: Find downstream dependencies

0 commit comments

Comments
 (0)