Skip to content
Open
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
13 changes: 7 additions & 6 deletions .github/workflows/pr-backend-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 16 additions & 14 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
Loading