Skip to content

Commit a1b7fae

Browse files
committed
do it
1 parent 84e8a91 commit a1b7fae

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: CI Pipeline
22

33
on:
44
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
5+
branches: [main]
86

97
jobs:
108
build-and-test:
@@ -30,7 +28,7 @@ jobs:
3028
- name: Build and run containers
3129
run: docker-compose up --build -d
3230
env:
33-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
31+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
3432

3533
- name: Wait for services to be ready
3634
run: sleep 10

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ services:
1717
depends_on:
1818
- backend
1919
restart: unless-stopped
20-

0 commit comments

Comments
 (0)