Skip to content

Commit ddf2034

Browse files
committed
relax worktree check
1 parent f67a703 commit ddf2034

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-acceptance-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ jobs:
131131
sdk/nodejs/package.json
132132
sdk/python/pyproject.toml
133133
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') }}
134138
- name: Commit SDK changes for Renovate
135139
if: failure() && steps.worktreeClean.outcome == 'failure' &&
136140
contains(github.actor, 'renovate') && github.event_name ==

0 commit comments

Comments
 (0)