From 73477a47357a1a84e672f48d1dd7e15e468bc0a3 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Sun, 20 Oct 2024 21:48:29 +0200 Subject: [PATCH] exclude --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d15f0f..eaeb6a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,7 +107,7 @@ jobs: with: phases: build test runtime relationships: requires recommends suggests - excludes: | + exclude: | ^lib$ - name: Install deps uses: perl-actions/install-with-cpm@v1