mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 11:25:56 +08:00
fix: add repo check for build-push.yml (#5141)
This commit is contained in:
parent
337bad8525
commit
9ed21737d5
2
.github/workflows/build-push.yml
vendored
2
.github/workflows/build-push.yml
vendored
@ -17,7 +17,7 @@ env:
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.draft == false
|
||||
if: github.repository == 'langgenius/dify'
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
Loading…
x
Reference in New Issue
Block a user