Skip to content

Disable logging of health check requests #423

Disable logging of health check requests

Disable logging of health check requests #423

Workflow file for this run

name: pre-commit
on:
push:
pull_request:
types: [opened, reopened, synchronize]
jobs:
pre-commit:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login != github.repository_owner)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.0