Skip to content

Commit 121b6a5

Browse files
committed
for test
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent e1a71fa commit 121b6a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr-docker-compose-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: E2E test with docker compose
55

66
on:
77
pull_request:
8-
branches: [main]
8+
branches: [suyue/test_action]
99
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
1010
paths:
1111
- "**/docker/**"

ChatQnA/docker/chatqna.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
3+
# for test only
34

45
import os
56

0 commit comments

Comments
 (0)