diff --git a/.github/workflows/dotnet-tests.yml b/.github/workflows/dotnet-tests.yml index 9a29f5e736..2ddfa997ba 100644 --- a/.github/workflows/dotnet-tests.yml +++ b/.github/workflows/dotnet-tests.yml @@ -1,11 +1,5 @@ name: Dotnet Framework Tests -on: - pull_request: - push: - branches: [ 'BABEL_*' ] -concurrency: # Cancel previous runs in the same branch - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +on: [push, pull_request] jobs: run-babelfish-dotnet-tests: diff --git a/.github/workflows/isolation-tests.yml b/.github/workflows/isolation-tests.yml index b5eefe41d2..f40010a110 100644 --- a/.github/workflows/isolation-tests.yml +++ b/.github/workflows/isolation-tests.yml @@ -1,11 +1,9 @@ name: Babelfish Smoke Tests on: - pull_request: push: - branches: [ 'BABEL_*' ] -concurrency: # Cancel previous runs in the same branch - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true + branches: + pull_request: + branches: jobs: isolation-tests: diff --git a/.github/workflows/jdbc-tests.yml b/.github/workflows/jdbc-tests.yml index 91ad0c3df8..9643225ebe 100644 --- a/.github/workflows/jdbc-tests.yml +++ b/.github/workflows/jdbc-tests.yml @@ -1,11 +1,5 @@ name: JDBC Tests -on: - pull_request: - push: - branches: [ 'BABEL_*' ] -concurrency: # Cancel previous runs in the same branch - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +on: [push, pull_request] jobs: run-babelfish-jdbc-tests: diff --git a/.github/workflows/major-version-upgrade.yml b/.github/workflows/major-version-upgrade.yml index b2b4677d70..a2947f96c4 100644 --- a/.github/workflows/major-version-upgrade.yml +++ b/.github/workflows/major-version-upgrade.yml @@ -1,11 +1,5 @@ name: Major Version Upgrade Tests for empty database -on: - pull_request: - push: - branches: [ 'BABEL_*' ] -concurrency: # Cancel previous runs in the same branch - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +on: [push, pull_request] jobs: run-babelfish-mvu-tests: diff --git a/.github/workflows/minor-version-upgrade.yml b/.github/workflows/minor-version-upgrade.yml index 1f3b57a802..a68ac803b3 100644 --- a/.github/workflows/minor-version-upgrade.yml +++ b/.github/workflows/minor-version-upgrade.yml @@ -1,11 +1,6 @@ name: Minor Version Upgrade Tests for empty database -on: - pull_request: - push: - branches: [ 'BABEL_*' ] -concurrency: # Cancel previous runs in the same branch - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +on: [push, pull_request] + jobs: extension-tests: env: diff --git a/.github/workflows/odbc-tests.yml b/.github/workflows/odbc-tests.yml index 774657bc4d..b11b1a66ed 100644 --- a/.github/workflows/odbc-tests.yml +++ b/.github/workflows/odbc-tests.yml @@ -1,11 +1,5 @@ name: ODBC Tests -on: - pull_request: - push: - branches: [ 'BABEL_*' ] -concurrency: # Cancel previous runs in the same branch - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +on: [push, pull_request] jobs: run-babelfish-odbc-tests: diff --git a/.github/workflows/pg-hint-plan-tests.yml b/.github/workflows/pg-hint-plan-tests.yml index 0838943160..64b4407fda 100644 --- a/.github/workflows/pg-hint-plan-tests.yml +++ b/.github/workflows/pg-hint-plan-tests.yml @@ -1,11 +1,5 @@ name: pg-hint-plan Tests -on: - pull_request: - push: - branches: [ 'BABEL_*' ] -concurrency: # Cancel previous runs in the same branch - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +on: [push, pull_request] jobs: run-pg-hint-plan-tests: diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 62b1c9f67d..858eca296f 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -1,11 +1,5 @@ name: Python Tests -on: - pull_request: - push: - branches: [ 'BABEL_*' ] -concurrency: # Cancel previous runs in the same branch - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +on: [push, pull_request] jobs: run-babelfish-python-tests: diff --git a/.github/workflows/singledb-version-upgrade.yml b/.github/workflows/singledb-version-upgrade.yml index 1025267cdf..4cb9bbb188 100644 --- a/.github/workflows/singledb-version-upgrade.yml +++ b/.github/workflows/singledb-version-upgrade.yml @@ -1,11 +1,5 @@ name: Major Version Upgrade Tests for singledb mode -on: - pull_request: - push: - branches: [ 'BABEL_*' ] -concurrency: # Cancel previous runs in the same branch - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +on: [push, pull_request] jobs: run-babelfish-mvu-tests-singledb: diff --git a/.github/workflows/sql-validation-tests.yml b/.github/workflows/sql-validation-tests.yml index cf0fc79d54..25930248fe 100644 --- a/.github/workflows/sql-validation-tests.yml +++ b/.github/workflows/sql-validation-tests.yml @@ -1,11 +1,5 @@ name: Validate Installation/Upgrade Scripts -on: - pull_request: - push: - branches: [ 'BABEL_*' ] -concurrency: # Cancel previous runs in the same branch - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +on: [push, pull_request] jobs: run-sql-validation-tests: diff --git a/.github/workflows/upgrade-test.yml b/.github/workflows/upgrade-test.yml index f3fa78293a..c8809be341 100644 --- a/.github/workflows/upgrade-test.yml +++ b/.github/workflows/upgrade-test.yml @@ -1,11 +1,5 @@ name: Version Upgrade Test Framework -on: - pull_request: - push: - branches: [ 'BABEL_*' ] -concurrency: # Cancel previous runs in the same branch - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +on: [push, pull_request] jobs: generate-version-upgrade-tests: