From 22a37da4ec74ee18597cbc367a4907b885a42892 Mon Sep 17 00:00:00 2001 From: Alexander Thomas <77535027+alethomas@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:00:42 +0200 Subject: [PATCH] fix (#647) --- .github/workflows/copyright-preamble.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copyright-preamble.yml b/.github/workflows/copyright-preamble.yml index 491fe81b..dbf88af6 100644 --- a/.github/workflows/copyright-preamble.yml +++ b/.github/workflows/copyright-preamble.yml @@ -21,7 +21,7 @@ jobs: # except according to those terms.\n FileType: ".py, .smk, Snakefile" Path: "workflow/rules/, workflow/scripts/" - IgnorePath: "" + IgnorePath: "workflow/rules/long_read.smk, workflow/rules/variant_calling.smk" # Creates pull request with all changes in file - name: Create Pull Request