From 3f9e079ae4201b79f9a1db8a8e51ec3b668e20a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Thu, 9 Jan 2025 16:03:34 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sateesh_Peri <33637490+sateeshperi@users.noreply.github.com> --- sites/docs/src/content/docs/guidelines/components/modules.md | 2 ++ .../docs/src/content/docs/guidelines/components/subworkflows.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sites/docs/src/content/docs/guidelines/components/modules.md b/sites/docs/src/content/docs/guidelines/components/modules.md index a213a0dde6..4322d95efd 100644 --- a/sites/docs/src/content/docs/guidelines/components/modules.md +++ b/sites/docs/src/content/docs/guidelines/components/modules.md @@ -856,7 +856,9 @@ Supply the config only to the tests that use `params`, otherwise define `params` ### Skipping CI test profiles If a module does not support a particular test profile, it can be skipped by adding the path to corresponding section in `.github/skip_nf_test.json`. +:::Note Please keep the file sorted alphabetically. +::: ## Misc diff --git a/sites/docs/src/content/docs/guidelines/components/subworkflows.md b/sites/docs/src/content/docs/guidelines/components/subworkflows.md index 03df073b26..e65140f23e 100644 --- a/sites/docs/src/content/docs/guidelines/components/subworkflows.md +++ b/sites/docs/src/content/docs/guidelines/components/subworkflows.md @@ -214,7 +214,9 @@ Supply the config only to the tests that use `params`, otherwise define `params` ## Skipping CI test profiles If a subworkflow does not support a particular test profile, it can be skipped by adding the path to the corresponding section in `.github/skip_nf_test.json`. +:::Note Please keep the file sorted alphabetically. +::: ## Misc