Skip to content

Commit d7e44ac

Browse files
fix: Java CI #12
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent fa138f4 commit d7e44ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/java_pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
head-sha: ${{ github.event.pull_request.head.sha }}
1818
excluded-dirs: 'docs/**,tests/**,examples/**'
19+
outputs:
20+
skip_tests: ${{ steps.some_step.outputs.skip_tests }} # ensure this is correctly defined
1921

2022
lint-java:
2123
# when using pull_request_target, all jobs MUST have this if check for 'ok-to-test' or 'approved' for security purposes.

0 commit comments

Comments
 (0)