diff --git a/.github/workflows/pr-backend-coverage.yml b/.github/workflows/pr-backend-coverage.yml index 12ed4423587a9..c1f38c1b069b8 100644 --- a/.github/workflows/pr-backend-coverage.yml +++ b/.github/workflows/pr-backend-coverage.yml @@ -2,12 +2,13 @@ name: Coverage on: workflow_dispatch: - push: - branches: - - main - paths-ignore: - - 'docs/**' - - '**/*.md' + # @PERCONA - disable workflow + # push: + # branches: + # - main + # paths-ignore: + # - 'docs/**' + # - '**/*.md' permissions: contents: read diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index cc8d2531bef77..3d90c160c5dab 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -1,19 +1,21 @@ name: PR Checks on: - pull_request_target: - types: - - opened - - reopened - - synchronize - - ready_for_review - - labeled - - unlabeled - - edited - - auto_merge_enabled - issues: - types: - - milestoned - - demilestoned + # @PERCONA - disable workflow + workflow_dispatch: + # pull_request_target: + # types: + # - opened + # - reopened + # - synchronize + # - ready_for_review + # - labeled + # - unlabeled + # - edited + # - auto_merge_enabled + # issues: + # types: + # - milestoned + # - demilestoned concurrency: group: pr-checks-${{ github.event.number }}