Skip to content

Commit a54b6f6

Browse files
committed
ci: Make java build only work on feast-dev/feast because it uses Feast secrets (feast-dev#3054)
ci: Make java build only work on feast-dev/feast because it relies on Feast secrets Signed-off-by: Danny Chiao <[email protected]>
1 parent ff3a42a commit a54b6f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/java_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
path: ${{ github.workspace }}/docs/coverage/java/target/site/jacoco-aggregate/
5555

5656
build-docker-image-java:
57+
if: github.repository == 'feast-dev/feast'
5758
runs-on: ubuntu-latest
5859
strategy:
5960
matrix:

0 commit comments

Comments
 (0)