mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-07 00:04:37 +00:00
Reverting test
updating regex file patterns to use strings instead of regex literal syntax.
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -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 {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
.. _license:
|
||||
|
||||
********************************************************************
|
||||
License test
|
||||
License
|
||||
********************************************************************
|
||||
|
||||
.. include:: ../LICENSE
|
||||
Reference in New Issue
Block a user