ci: also update projects displaly in workflow (#724)

This commit is contained in:
Henry Schreiner
2021-06-22 15:11:37 -04:00
committed by GitHub
parent 501562c572
commit 122af66cd1
@@ -17,6 +17,8 @@ jobs:
run: nox --force-color -s update_constraints
- name: "Run update: python configs"
run: nox --force-color -s update_pins
- name: "Run update: docs user projects"
run: nox --force-color -s update_proj
# we use this step to grab a Github App auth token, so that PRs generated by this workflow
# run the GHA tests.