We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67a703 commit ddf2034Copy full SHA for ddf2034
.github/workflows/run-acceptance-tests.yml
@@ -131,6 +131,10 @@ jobs:
131
sdk/nodejs/package.json
132
sdk/python/pyproject.toml
133
sdk/java/build.gradle
134
+ # This worktree check is a safeguard against someone forgetting to
135
+ # re-build and commit locally, but we handle that commit automatically in
136
+ # the case of dependency bumps.
137
+ continue-on-error: ${{ contains(github.actor, 'renovate') }}
138
- name: Commit SDK changes for Renovate
139
if: failure() && steps.worktreeClean.outcome == 'failure' &&
140
contains(github.actor, 'renovate') && github.event_name ==
0 commit comments