From 325c71d94eae136ca76febbf2cac2f79e8466631 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 15 Jan 2021 12:59:25 -0600 Subject: [PATCH] Disable the Actions workflow linter on push/PRs for now (#17330) --- .github/workflows/workflow-lint.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow-lint.yml b/.github/workflows/workflow-lint.yml index 1939cad782..2b7e11429f 100644 --- a/.github/workflows/workflow-lint.yml +++ b/.github/workflows/workflow-lint.yml @@ -2,12 +2,12 @@ name: Lint workflows on: workflow_dispatch: - push: - branches: - - main - pull_request: - branches-ignore: - - translations + # push: + # branches: + # - main + # pull_request: + # branches-ignore: + # - translations jobs: lint: