infra: schedule triggers monorepo only by default (#27428)

fixes https://github.com/langchain-ai/langchain/issues/27426
This commit is contained in:
Erick Friis
2024-10-17 07:31:14 -07:00
committed by GitHub
parent f9cc9bdcf3
commit 4d11211c89
5 changed files with 7 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ env:
jobs:
build:
if: github.repository == 'langchain-ai/langchain' || github.event_name != 'schedule'
runs-on: ubuntu-latest
permissions: write-all
steps: