diff --git a/Jenkinsfile b/Jenkinsfile index 39c7af182a..a8feac4b4f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,11 +49,11 @@ def runShell(String command){ def shouldRunCICheck() { // Define patterns for files that should not trigger CI def skipFilePatterns = [ - /^\.github\/.*/, // GitHub workflow files - /^docs\/.*/, // Documentation files - /^LICENSE$/, // License file - /^.*\.gitignore$/, // Git ignore files - /.*\.md$/ // Markdown files + '^\.github\/.*', // GitHub workflow files + '^docs\/.*', // Documentation files + '^LICENSE$', // License file + '^.*\.gitignore$', // Git ignore files + '.*\.md$' // Markdown files ] try { diff --git a/docs/license.rst b/docs/license.rst index d52a35fc50..1e5389ccc1 100644 --- a/docs/license.rst +++ b/docs/license.rst @@ -5,7 +5,7 @@ .. _license: ******************************************************************** -License test +License ******************************************************************** .. include:: ../LICENSE \ No newline at end of file