Skip to content

Commit 13d769f

Browse files
authored
Update list-json to contain rules (#1353)
1 parent cec7ccd commit 13d769f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commander.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ export class Commander {
244244
when: job.when,
245245
allow_failure: job.allowFailure,
246246
needs: job.needs?.filter(n => !n.project && !n.pipeline),
247+
rules: job.rules,
247248
});
248249
});
249250

0 commit comments

Comments
 (0)