From ef0bded8c107ab40e5d39468f33d32b1dc583ba5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jan 2022 21:35:32 +0100 Subject: [PATCH] Update lint.yaml --- .github/workflows/lint.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3f72cf44d..d4cab42f6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,12 +1,6 @@ -name: Lint +name: Weekly Codebase Lint on: - push: - branches: - - master - pull_request: - branches: - - master schedule: - cron: "0 0 * * *"