Skip to content

Commit 83092f6

Browse files
stephentoubCopilot
andcommitted
Stop compiling Java in dependency update workflow
The dependency update workflow should only refresh dependencies and generated sources. Remove the Java compile validation step so compilation failures are handled by normal CI instead of blocking update PR creation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b7af0cb commit 83092f6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/update-copilot-dependency.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ jobs:
114114
working-directory: ./java
115115
run: mvn generate-sources -Pcodegen
116116

117-
- name: Compile Java SDK (validate generated code)
118-
working-directory: ./java
119-
run: mvn compile -Pskip-test-harness
120-
121117
- name: Create pull request
122118
env:
123119
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)