Skip to content

Commit ac5c7c2

Browse files
committed
restore skipping ci cache
1 parent 36b433e commit ac5c7c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/praktika/native_jobs.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,11 @@ def _check_db(workflow):
359359
)
360360
)
361361

362-
if workflow.enable_job_filtering_by_changes and results[-1].is_ok():
362+
if (
363+
workflow.enable_job_filtering_by_changes
364+
and results[-1].is_ok()
365+
and "[x] <!---no_ci_cache" not in Info().pr_body
366+
):
363367
print("Filter not affected jobs")
364368

365369
def check_affected_jobs():

0 commit comments

Comments
 (0)