Skip to content

Commit

Permalink
Reenable CI tests for feature branches (opensearch-project#2908)
Browse files Browse the repository at this point in the history
* Reenable CI tests for feature branches

Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
Signed-off-by: Sergey Osipov <sipopo@yandex.ru>
  • Loading branch information
ashwin-pc authored and sipopo committed Dec 16, 2022
1 parent 30b2fee commit e66f1d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

name: Build and test

# trigger on every commit push and PR for all branches except feature branches and pushes for backport branches
# trigger on every commit push and PR for all branches except pushes for backport branches
on:
push:
branches: [ '**', '!feature/**', '!backport/**' ]
branches: [ '**', '!backport/**' ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ '**', '!feature/**' ]
branches: [ '**' ]
paths-ignore:
- '**/*.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Run cypress tests

# trigger on every PR for all branches except feature branches
# trigger on every PR for all branches
on:
pull_request:
branches: [ '**', '!feature/**' ]
branches: [ '**' ]
paths-ignore:
- '**/*.md'

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

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

### 📝 Documentation

Expand Down

0 comments on commit e66f1d7

Please sign in to comment.