From e7f8c37695b23130c61aa49241f681b7d4c09317 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 13 Sep 2026 07:13:33 +0200 Subject: [PATCH] Remove scheduled linting from lint.yml Removed scheduled linting from the workflow. --- .github/workflows/lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 096cb8fb7b..87b8fe473f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,8 +7,6 @@ on: - "**/config.*" pull_request: branches: [ master ] - schedule: - - cron: "0 0 * * 0" workflow_dispatch: permissions: