Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 2c5583e

Browse files
angle943markdboyd
authored andcommitted
remove ignore paths for required tests (opensearch-project#11324)
Signed-off-by: Justin Kim <jungkm@amazon.com> Signed-off-by: Mark Boyd <mark.boyd@gsa.gov>
1 parent 9f8853b commit 2c5583e

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/build_and_test_workflow.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,8 @@ name: Build and test
77
on:
88
push:
99
branches: ['main', '[0-9]+\.x', '[0-9]+\.[0-9]+'] # Run the functional test on push for only release branches
10-
paths-ignore:
11-
- '**/*.md'
12-
- 'docs/**'
13-
- '.lycheeignore'
14-
- 'CODEOWNERS'
15-
- 'changelogs/fragments/**'
1610
pull_request:
1711
branches: ['**']
18-
paths-ignore:
19-
- '**/*.md'
20-
- 'docs/**'
21-
- '.lycheeignore'
22-
- 'CODEOWNERS'
23-
- 'changelogs/fragments/**'
2412

2513
env:
2614
TEST_BROWSER_HEADLESS: 1

.github/workflows/cypress_workflow.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ name: Run cypress tests
44
on:
55
pull_request:
66
branches: ['**']
7-
paths-ignore:
8-
- '**/*.md'
9-
- 'docs/**'
10-
- '.lycheeignore'
11-
- 'CODEOWNERS'
12-
- 'changelogs/fragments/**'
137
workflow_dispatch:
148
inputs:
159
test_repo:

0 commit comments

Comments
 (0)