From 8a4a0c336101c9634a4393ce34f8a3c9e3a5df40 Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Wed, 17 Jan 2024 04:31:17 +0100 Subject: [PATCH] Disable reuse CI At the moment we don't know the copyright of D-Bus protocols. --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a577542..5026278 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -22,4 +22,4 @@ jobs: uses: lirios/.github/.github/workflows/checks.yml@master with: enable_wip: true - enable_reuse: true + enable_reuse: false