From 122af66cd19b81d701bb85c7ef2840b128bc43fe Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 22 Jun 2021 15:11:37 -0400 Subject: [PATCH] ci: also update projects displaly in workflow (#724) --- .github/workflows/update-dependencies.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index d1370556..4e7d55d8 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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.