Skip to content

Commit e0320fe

Browse files
fix: Java PR #16
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent a5da3bb commit e0320fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ jobs:
9292
MAVEN_CACHE: gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
9393
REGISTRY: quay.io/feastdev-ci
9494
steps:
95-
- if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
9695
- uses: actions/checkout@v4
9796
with:
9897
submodules: 'true'
9998
persist-credentials: false
99+
if: ${{ needs.check_skip_tests.outputs.skip_tests == 'false' }}
100100
- name: Setup Python
101101
uses: actions/setup-python@v5
102102
id: setup-python

0 commit comments

Comments
 (0)