Skip to content

Commit fb159c2

Browse files
committed
Fix guards in sdk and truffle.
1 parent 51b93ba commit fb159c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sdk/ci/ci.jsonnet

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
targets: ["gate"],
1414
timelimit: "30:00",
15-
guard: {
16-
includes: ["<graal>/sdk/**", "**.jsonnet"] + utils.top_level_ci,
15+
guard+: {
16+
includes+: ["<graal>/sdk/**", "**.jsonnet"] + utils.top_level_ci,
1717
}
1818
},
1919

truffle/ci/ci.jsonnet

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020

2121
local guard = {
22-
guard: {
23-
includes: ["<graal>/sdk/**", "<graal>/truffle/**", "**.jsonnet"] + top_level_ci,
22+
guard+: {
23+
includes+: ["<graal>/sdk/**", "<graal>/truffle/**", "**.jsonnet"] + top_level_ci,
2424
}
2525
},
2626

0 commit comments

Comments
 (0)