From 4be55cf4effdc72a167deac90cbe27f5f69dc5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 23 Oct 2024 14:47:37 +0200 Subject: [PATCH] Do not run on bullseye --- .github/workflows/shellcheck.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index eede864..00d2645 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -15,4 +15,5 @@ jobs: env: SHELLCHECK_OPTS: -x with: - additional_files: bookworm bullseye switchtoTesting switchtoUnstable + additional_files: bookworm switchtoTesting switchtoUnstable + ignore_paths: bullseye