Skip running tests in CI when editing docs Python files (#5482)

This commit is contained in:
Silvano Cerza 2023-08-01 12:31:24 +02:00 committed by GitHub
parent 9a359101fd
commit bc152d953c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ on:
- "pyproject.toml"
- "!.github/**/*.py"
- "!rest_api/**/*.py"
- "!docs/**/*.py"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

View File

@ -13,6 +13,7 @@ on:
- "pyproject.toml"
- "!.github/**/*.py"
- "!rest_api/**/*.py"
- "!docs/**/*.py"
jobs:
catch-all: