Skip to content

Commit

Permalink
update Github action trigger to be all branches (#409)
Browse files Browse the repository at this point in the history
Signed-off-by: Tianle Huang <tianleh@amazon.com>

Signed-off-by: Tianle Huang <tianleh@amazon.com>
(cherry picked from commit cd5a03e)
  • Loading branch information
tianleh authored and github-actions[bot] committed Jan 11, 2023
1 parent 0ca9f9d commit cfb81bd
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 48 deletions.
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
4 changes: 1 addition & 3 deletions .github/workflows/anomaly-detection-release-e2e-workflow.yml
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
8 changes: 2 additions & 6 deletions .github/workflows/cypress-workflow-bundle-snapshot-based.yml
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
4 changes: 1 addition & 3 deletions .github/workflows/index-management-release-e2e-workflow.yml
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
4 changes: 1 addition & 3 deletions .github/workflows/query-workbench-release-e2e-workflow.yml
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
4 changes: 1 addition & 3 deletions .github/workflows/search-relevance-release-e2e-workflow.yml
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

0 comments on commit cfb81bd

Please sign in to comment.