Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mix-code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Code Scan

on:
pull_request:
pull_request_target:
branches: [main]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
paths-ignore:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
name: Integration-test

on:
pull_request:
pull_request_target:
branches: [main]
types: [opened, reopened, ready_for_review, synchronize]
#paths:
# - langchain_opea/**
# - tests/unit_tests/**
# - .github/workflows/pr-integration-test.yml
# - "!**.md"
paths:
- langchain_opea/**
- tests/unit_tests/**
- .github/workflows/pr-integration-test.yml
- "!**.md"

# If there is a new commit, the previous jobs will be canceled
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-link-path-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Check hyperlinks and relative path validity

on:
pull_request:
pull_request_target:
branches: [main]
types: [opened, reopened, ready_for_review, synchronize]

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
name: Unit-test

on:
pull_request:
pull_request_target:
branches: [main]
types: [opened, reopened, ready_for_review, synchronize]
#paths:
# - langchain_opea/**
# - tests/unit_tests/**\
# - .github/workflows/pr-unit-test.yml
# - "!**.md"
paths:
- langchain_opea/**
- tests/unit_tests/**\
- .github/workflows/pr-unit-test.yml
- "!**.md"

# If there is a new commit, the previous jobs will be canceled
concurrency:
Expand Down
3 changes: 1 addition & 2 deletions tests/test_integration_langchain_opea.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Copyright (C) 2025 Intel Corporation
# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

set -xe
Expand Down