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 fa138f4 commit d7e44acCopy full SHA for d7e44ac
.github/workflows/java_pr.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
head-sha: ${{ github.event.pull_request.head.sha }}
18
excluded-dirs: 'docs/**,tests/**,examples/**'
19
+ outputs:
20
+ skip_tests: ${{ steps.some_step.outputs.skip_tests }} # ensure this is correctly defined
21
22
lint-java:
23
# when using pull_request_target, all jobs MUST have this if check for 'ok-to-test' or 'approved' for security purposes.
0 commit comments