Skip to content

Commit 32d2039

Browse files
authored
ci: Make java build only work on feast-dev/feast because it uses Feast secrets (#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 07495e2 commit 32d2039

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)