Skip to content

Commit

Permalink
Merge remote-tracking branch 'opensearch/2.8' into backport-841-to-2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
amsiglan committed Mar 13, 2024
2 parents ea3f4cc + 92dfa65 commit afff411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches:
- "*"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
SECURITY_ANALYTICS_BRANCH: '2.x'
OPENSEARCH_DASHBOARDS_VERSION: '2.8.0'
SECURITY_ANALYTICS_BRANCH: '2.8'
jobs:
tests:
name: Run Cypress E2E tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- "*"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
OPENSEARCH_DASHBOARDS_VERSION: '2.8.0'
jobs:
tests:
name: Run unit tests
Expand Down

0 comments on commit afff411

Please sign in to comment.