We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c671c commit cfd4d8bCopy full SHA for cfd4d8b
.buildkite/pipeline_pr.py
@@ -68,7 +68,7 @@
68
for step in kani_grp["steps"]:
69
step["label"] = "🔍 Kani"
70
71
-if any(x.parent.name == "hiding_ci" for x in changed_files):
+if not changed_files or (any(x.parent.name == "hiding_ci" for x in changed_files)):
72
pipeline.build_group_per_arch(
73
"🕵️ Build Secret Hiding Kernel",
74
pipeline.devtool_test(
0 commit comments