mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-04 01:48:27 +02:00
gotem
This commit is contained in:
parent
475e528697
commit
d304e3fd0f
4
.github/workflows/check-backend-changes.yml
vendored
4
.github/workflows/check-backend-changes.yml
vendored
@ -14,11 +14,9 @@ jobs:
|
||||
run-tests: ${{ steps.check.outputs.run-tests }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- id: check
|
||||
run: |
|
||||
if git diff --name-only ${{ github.event.pull_request.base.sha }}...${{ github.sha }} | grep -q '^backend/'; then
|
||||
if git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -q '^backend/'; then
|
||||
echo "run-tests=true" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "run-tests=false" >> $GITHUB_OUTPUT
|
||||
|
2
.github/workflows/run-it.yml
vendored
2
.github/workflows/run-it.yml
vendored
@ -7,8 +7,6 @@ on:
|
||||
merge_group:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'backend/**'
|
||||
|
||||
env:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user