Skip to content

Commit

Permalink
Fix: docs tests in main
Browse files Browse the repository at this point in the history
  • Loading branch information
Matvey-Kuk committed Nov 24, 2024
1 parent 71b1442 commit c2af8b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Test docs
on:
push:
paths:
- 'keep/poviders/**'
- 'keep/providers/**'
- 'docs/**'
pull_request:
paths:
- 'keep/poviders/**'
- 'keep/providers/**'
- 'docs/**'
workflow_dispatch:
concurrency:
Expand Down
9 changes: 6 additions & 3 deletions scripts/docs_get_providers_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@

LOGO_DEV_PUBLISHABLE_KEY = "pk_dfXfZBoKQMGDTIgqu7LvYg"

NON_DOCUMENTED_PROVIDERS = (
[]
) # known not documented providers https://github.com/keephq/keep/issues/2033
NON_DOCUMENTED_PROVIDERS = [
"zendesk",
"salesforce",
"microsoft teams",
"google kubernetes engine",
]


def validate_overview_is_complete(documented_providers):
Expand Down

0 comments on commit c2af8b2

Please sign in to comment.