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 2bb240b commit e997dd9Copy full SHA for e997dd9
.github/workflows/java_pr.yml
@@ -96,6 +96,7 @@ jobs:
96
with:
97
submodules: 'true'
98
persist-credentials: false
99
+ if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
100
- name: Setup Python
101
uses: actions/setup-python@v5
102
id: setup-python
0 commit comments