Skip to content

Commit c228e52

Browse files
ashwin-pcalchemist51
authored andcommitted
Reenable CI tests for feature branches (opensearch-project#2908)
* Reenable CI tests for feature branches Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com> Signed-off-by: Arpit Bandejiya <abandeji@amazon.com>
1 parent 1b8260d commit c228e52

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/build_and_test_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
name: Build and test
55

6-
# trigger on every commit push and PR for all branches except feature branches and pushes for backport branches
6+
# trigger on every commit push and PR for all branches except pushes for backport branches
77
on:
88
push:
9-
branches: [ '**', '!feature/**', '!backport/**' ]
9+
branches: [ '**', '!backport/**' ]
1010
paths-ignore:
1111
- '**/*.md'
1212
pull_request:
13-
branches: [ '**', '!feature/**' ]
13+
branches: [ '**' ]
1414
paths-ignore:
1515
- '**/*.md'
1616

.github/workflows/cypress_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Run cypress tests
22

3-
# trigger on every PR for all branches except feature branches
3+
# trigger on every PR for all branches
44
on:
55
pull_request:
6-
branches: [ '**', '!feature/**' ]
6+
branches: [ '**' ]
77
paths-ignore:
88
- '**/*.md'
99

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
7474

7575
- Add CHANGELOG.md and related workflows ([#2414](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2414))
7676
- Update backport custom branch name to utilize head template ([#2766](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2766))
77+
- Re-enable CI workflows for feature branckes ([#2908](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2908))
7778

7879
### 📝 Documentation
7980

0 commit comments

Comments
 (0)