From 6ee3d822bb600dd2ad1c9ca557d1e1b8933c54ca Mon Sep 17 00:00:00 2001 From: Lei Zhu Date: Tue, 11 Jul 2023 22:44:09 +0800 Subject: [PATCH] Skip test if only CODEOWNERS changed --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f9e3b6d99..1b0eb530e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,6 +41,7 @@ jobs: , "**/stack*.yaml" , ".gitlab-ci.yaml" , ".gitlab/**" + , "CODEOWNERS" ]' # If we only change ghcide downstream packages we have not test ghcide itself - id: skip_ghcide_check