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