mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-08 15:30:23 +00:00
Comment update
Cleaning comments.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -57,7 +57,7 @@ def shouldRunCICheck() {
|
||||
]
|
||||
|
||||
try {
|
||||
// Get list of changed files
|
||||
// Get the list of changed files
|
||||
def changedFiles = sh(
|
||||
returnStdout: true,
|
||||
script: '''
|
||||
@@ -78,7 +78,7 @@ def shouldRunCICheck() {
|
||||
|
||||
echo "Changed files: ${changedFiles.join(', ')}"
|
||||
|
||||
// Check if any changed files are not in the skip patterns.
|
||||
// Check if any changed files are not in the skip patterns
|
||||
def hasFilesRequiringCI = changedFiles.any { file ->
|
||||
!skipFilePatterns.any { pattern ->
|
||||
file ==~ pattern
|
||||
|
||||
Reference in New Issue
Block a user