Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Github action trigger to be all branches #409

Merged
merged 1 commit into from
Dec 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/alerting-release-e2e-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Alerting Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Anomaly Detection Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: customImportMapDashboards Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Bundle Snapshot based E2E Cypress tests workflow for core Dashboards (Windows)
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
push:
branches:
- main
- dev-*
branches: [ '**' ]

jobs:
changes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Bundle Snapshot based E2E Cypress tests workflow for core Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
push:
branches:
- main
- dev-*
branches: [ '**' ]

jobs:
changes:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/gantt-chart-release-e2e-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Gantt Chart Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Index Management Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/lint_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
name: Lint Checker
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
tests:
name: Lint Checker
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/notifications-release-e2e-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Notifications Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/observability-release-e2e-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Observability Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Query Workbench Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/reports-release-e2e-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Reports Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Search Relevance Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/security-release-e2e-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Security Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches:
- main
- dev-*
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
Expand Down