Skip to content

Commit

Permalink
Update version increment workflow to remove main/3.x updates
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Feb 27, 2025
1 parent 888d1b7 commit ef31f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/os-increment-plugin-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- {repo: opensearch-remote-metadata-sdk}
- {repo: opensearch-learning-to-rank-base}
branch:
- '2.x'
- '2.19'
- '2.20'
exclude:
- {entry: {repo: geospatial}, branch: '1.3'}
- {entry: {repo: neural-search}, branch: '1.3'}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osd-increment-plugin-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- {repo: opensearch-dashboards-functional-test}
- {repo: query-insights-dashboards}
branch:
- '2.x'
- '2.19'
- '2.20'
steps:
- name: Check out OpenSearch Dashboards repo
uses: actions/checkout@v3
Expand Down

0 comments on commit ef31f83

Please sign in to comment.