Skip to content

Disable automated tests on PRs and run them only once per week (#1534) #2627

Disable automated tests on PRs and run them only once per week (#1534)

Disable automated tests on PRs and run them only once per week (#1534) #2627

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
pre-commit:
name: pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]