restore cron trigger (#1863)

[ROCm/composable_kernel commit: 82cda34dfe]
This commit is contained in:
Illia Silin
2025-02-05 10:40:44 -08:00
committed by Sam Wu
parent eaec690bd5
commit cb480b68bd

3
Jenkinsfile vendored
View File

@@ -722,6 +722,9 @@ CRON_SETTINGS = BRANCH_NAME == "develop" ? '''0 23 * * * % RUN_FULL_QA=true;ROCM
pipeline {
agent none
triggers {
parameterizedCron(CRON_SETTINGS)
}
options {
parallelsAlwaysFailFast()
}