From 8dc7fc777e877d92301bc434b51cccd0df9aa920 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Tue, 3 Sep 2024 16:25:36 -0700 Subject: [PATCH] refactor: Revert debug code --- .github/workflows/update-python-dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-python-dependencies.yml b/.github/workflows/update-python-dependencies.yml index a9cc85da..90a4abda 100644 --- a/.github/workflows/update-python-dependencies.yml +++ b/.github/workflows/update-python-dependencies.yml @@ -6,7 +6,7 @@ on: branches: [main] jobs: determine-dependency-groups: -# if: ${{ github.actor == 'renovate[bot]' && contains(github.head_ref, '/python-deps/') }} # TODO: revert + if: ${{ github.actor == 'renovate[bot]' && contains(github.head_ref, '/python-deps/') }} runs-on: ubuntu-latest outputs: export-groups: ${{ steps.set-output.outputs.export-groups }} @@ -38,7 +38,7 @@ jobs: fi echo "export-groups=$export_groups" >> "$GITHUB_OUTPUT" update-python-and-pre-commit-deps: -# if: ${{ github.actor == 'renovate[bot]' && contains(github.head_ref, '/python-deps/') }} # TODO: revert + if: ${{ github.actor == 'renovate[bot]' && contains(github.head_ref, '/python-deps/') }} needs: determine-dependency-groups uses: ./.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml with: