Skip to content

Commit 14367fc

Browse files
committed
Fixed CI workflows to use correct OSD branch.
Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
1 parent f79737a commit 14367fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cypress-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- "*"
99
env:
10-
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
10+
OPENSEARCH_DASHBOARDS_VERSION: '2.16'
1111
SECURITY_ANALYTICS_BRANCH: '2.x'
1212
jobs:
1313
tests:

.github/workflows/unit-tests-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- "*"
99
env:
10-
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
10+
OPENSEARCH_DASHBOARDS_VERSION: '2.16'
1111
jobs:
1212
Get-CI-Image-Tag:
1313
uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main

0 commit comments

Comments
 (0)