Ver código fonte

fix: add repo check for build-push.yml (#5141)

tags/0.6.11
gongzhongqiang 1 ano atrás
pai
commit
9ed21737d5
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .github/workflows/build-push.yml

+ 1
- 1
.github/workflows/build-push.yml Ver arquivo

@@ -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:

Carregando…
Cancelar
Salvar