Skip to content

Commit

Permalink
Adjusted unit and cypress workflows to use the opensearch dashboards …
Browse files Browse the repository at this point in the history
…2.5.0 tag instead of the 2.5 branch as a reference. (opensearch-project#389) (opensearch-project#391)

Signed-off-by: AWSHurneyt <[email protected]>
(cherry picked from commit a03e697)

Co-authored-by: AWSHurneyt <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and AWSHurneyt committed Feb 22, 2023
1 parent ca9dcf0 commit a28534f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-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.5'
OPENSEARCH_DASHBOARDS_VERSION: '2.5.0'
OPENSEARCH_VERSION: '2.5.0-SNAPSHOT'
SECURITY_ANALYTICS_BRANCH: '2.5'
jobs:
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.5'
OPENSEARCH_DASHBOARDS_VERSION: '2.5.0'
jobs:
tests:
name: Run unit tests
Expand Down

0 comments on commit a28534f

Please sign in to comment.