From f102789f9fb69a9ae8e0f589aed7c3944cc4a394 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Mon, 28 Sep 2020 12:37:31 +0500 Subject: [PATCH] remove redundant comments --- .github/workflows/linter.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ea1eb7855..461611bba 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -2,8 +2,6 @@ name: CI -# Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the master branch on: pull_request: branches: [main]