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 592526c commit a5da3bbCopy full SHA for a5da3bb
.github/workflows/java_pr.yml
@@ -16,8 +16,6 @@ jobs:
16
with:
17
head-sha: ${{ github.event.pull_request.head.sha }}
18
excluded-dirs: 'docs/**,tests/**,examples/**'
19
- outputs:
20
- skip_tests: ${{ needs.check_skip_tests.outputs.skip_tests }}
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