diff --git a/.github/workflows/github-action-validator.yml b/.github/workflows/github-action-validator.yml index 3bdefddc00806..3d184131a3f8c 100644 --- a/.github/workflows/github-action-validator.yml +++ b/.github/workflows/github-action-validator.yml @@ -1,12 +1,12 @@ name: Validate All GitHub Actions on: - push: - branches: - - "master" - - "[0-9].[0-9]*" - pull_request: - types: [synchronize, opened, reopened, ready_for_review] + # push: + # branches: + # - "master" + # - "[0-9].[0-9]*" + # pull_request: + # types: [synchronize, opened, reopened, ready_for_review] jobs: diff --git a/.github/workflows/superset-python-integrationtest.yml b/.github/workflows/superset-python-integrationtest.yml index a511882e6563d..c6e2147de6590 100644 --- a/.github/workflows/superset-python-integrationtest.yml +++ b/.github/workflows/superset-python-integrationtest.yml @@ -2,12 +2,12 @@ name: Python-Integration on: - push: - branches: - - "master" - - "[0-9].[0-9]*" - pull_request: - types: [synchronize, opened, reopened, ready_for_review] + # push: + # branches: + # - "master" + # - "[0-9].[0-9]*" + # pull_request: + # types: [synchronize, opened, reopened, ready_for_review] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} diff --git a/.github/workflows/superset-python-presto-hive.yml b/.github/workflows/superset-python-presto-hive.yml index ba17dd41d1c2d..1cade24f27f9d 100644 --- a/.github/workflows/superset-python-presto-hive.yml +++ b/.github/workflows/superset-python-presto-hive.yml @@ -2,12 +2,12 @@ name: Python Presto/Hive on: - push: - branches: - - "master" - - "[0-9].[0-9]*" - pull_request: - types: [synchronize, opened, reopened, ready_for_review] + # push: + # branches: + # - "master" + # - "[0-9].[0-9]*" + # pull_request: + # types: [synchronize, opened, reopened, ready_for_review] # cancel previous workflow jobs for PRs concurrency: