From 4f886f7c80c8249a770389390075a6451b1f9afe Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 16 Apr 2024 15:21:43 +0100 Subject: [PATCH] chore: disable reviewdog for PRs This generate too much noise in pull-requests making it is impossible to review changes. Will re-enalble when quickemu and quickget have zero sheelcheck issues --- .github/workflows/reviewdog.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 1ff5d4d..db2f2e1 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -3,7 +3,6 @@ name: 'Run shellcheck with reviewdog' on: push: - pull_request: workflow_dispatch: jobs: