Skip to content

Commit 6dfc240

Browse files
committed
test: debug
1 parent 9ccf312 commit 6dfc240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-cluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
filtered_runners=$(jq -c --argjson count "$dnode_count" '
5454
map(
5555
select(
56-
.labels | all(
57-
.name | test("fractal|edge_td"; "i")
58-
)
56+
.labels |
57+
(map(.name) | index("fractal")) != null and
58+
(map(.name) | index("edge_td")) != null
5959
)
6060
| {
6161
name,

0 commit comments

Comments
 (0)