From b651f1c788c170015c99c634c6d2fc3225080e3a Mon Sep 17 00:00:00 2001 From: LittleStar <59785146+LinZhihao-723@users.noreply.github.com> Date: Tue, 7 May 2024 04:42:28 -0400 Subject: [PATCH] Reset lint workflow --- .github/workflows/clp-lint.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/clp-lint.yaml b/.github/workflows/clp-lint.yaml index b9fa8e1f6..514c2ec37 100644 --- a/.github/workflows/clp-lint.yaml +++ b/.github/workflows/clp-lint.yaml @@ -1,11 +1,6 @@ name: "clp-lint" -on: - push: - pull_request: - workflow_dispatch: - schedule: - - cron: "*/10 * * * *" +on: ["pull_request", "push", "workflow_dispatch"] concurrency: group: "${{github.workflow}}-${{github.ref}}"