Remove scheduled linting from lint.yml

Removed scheduled linting from the workflow.
This commit is contained in:
Alexandre
2026-09-13 07:13:33 +02:00
committed by GitHub
parent 88faf503fb
commit e7f8c37695

View File

@@ -7,8 +7,6 @@ on:
- "**/config.*" - "**/config.*"
pull_request: pull_request:
branches: [ master ] branches: [ master ]
schedule:
- cron: "0 0 * * 0"
workflow_dispatch: workflow_dispatch:
permissions: permissions: