Skip to content

Commit c7c3a3c

Browse files
fix: Updating Java CI
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent e997dd9 commit c7c3a3c

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
@@ -83,7 +83,7 @@ jobs:
8383
if:
8484
((github.event.action == 'labeled' && (github.event.label.name == 'approved' || github.event.label.name == 'lgtm' || github.event.label.name == 'ok-to-test')) ||
8585
(github.event.action != 'labeled' && (contains(github.event.pull_request.labels.*.name, 'ok-to-test') || contains(github.event.pull_request.labels.*.name, 'approved') || contains(github.event.pull_request.labels.*.name, 'lgtm')))) &&
86-
github.repository == 'feast-dev/feast' && needs.check_skip_tests.outputs.skip_tests == 'false'
86+
github.repository == 'feast-dev/feast'
8787
runs-on: ubuntu-latest
8888
strategy:
8989
matrix:

0 commit comments

Comments
 (0)