Skip to content

Commit 122af66

Browse files
authored
ci: also update projects displaly in workflow (#724)
1 parent 501562c commit 122af66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
run: nox --force-color -s update_constraints
1818
- name: "Run update: python configs"
1919
run: nox --force-color -s update_pins
20+
- name: "Run update: docs user projects"
21+
run: nox --force-color -s update_proj
2022

2123
# we use this step to grab a Github App auth token, so that PRs generated by this workflow
2224
# run the GHA tests.

0 commit comments

Comments
 (0)