Skip to content

Commit

Permalink
refactor: Revert debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Sep 3, 2024
1 parent 1e0309a commit 8dc7fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-python-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8dc7fc7

Please sign in to comment.