We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f983b4a commit 5c3d20aCopy full SHA for 5c3d20a
.github/workflows/sdk-platform-java-sonar.yaml
@@ -20,6 +20,7 @@ jobs:
20
filters: |
21
library:
22
- 'sdk-platform-java/**'
23
+ - '.github/workflows/sdk-platform-java-sonar.yaml'
24
build:
25
needs: filter
26
if: needs.filter.outputs.library == 'true' && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request')
0 commit comments