Skip to content

Commit 9d12416

Browse files
authored
update action for CI (opea-project#1050)
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 0f5a9c4 commit 9d12416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-gmc-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- "**/tests/test_gmc**"
1313
- "!**.md"
1414
- "!**.txt"
15-
- "!**/kubernetes/**/manifests/**"
15+
- "!**/kubernetes/**/manifest/**"
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/pr-manifest-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: E2E test with manifests
55

66
on:
7-
pull_request:
7+
pull_request_target:
88
branches: ["main", "*rc"]
99
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
1010
paths:

0 commit comments

Comments
 (0)