Skip to content

Commit

Permalink
relax user constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Dec 23, 2024
1 parent 900d9e0 commit c979351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# If the worktree is dirty and this is a Renovate PR to bump
# dependencies, commit the updated SDK and push it back to the PR. The
# job will still be marked as a failure.
if: failure() && steps.worktreeClean.outcome == 'failure' && contains(github.actor, 'renovate')
if: failure() && steps.worktreeClean.outcome == 'failure'
shell: bash
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit c979351

Please sign in to comment.