diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index 5d3638a4e..6e2c1049e 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -7,8 +7,8 @@ on: branches: - "**" env: - OPENSEARCH_DASHBOARDS_VERSION: '2.13.0' - ALERTING_PLUGIN_BRANCH: '2.13' + OPENSEARCH_DASHBOARDS_VERSION: '2.x' + ALERTING_PLUGIN_BRANCH: '2.x' jobs: tests: name: Run Cypress E2E tests