Skip to content

Commit 5392ec4

Browse files
committed
Added runner_type to SIGN_RELEASE and SIGN_AARCH64
1 parent bfdd85a commit 5392ec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ci/ci_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,11 @@ class CI:
554554
),
555555
JobNames.SIGN_RELEASE: JobConfig(
556556
required_builds=[BuildNames.PACKAGE_RELEASE],
557+
runner_type=Runners.STYLE_CHECKER
557558
),
558559
JobNames.SIGN_AARCH64: JobConfig(
559560
required_builds=[BuildNames.PACKAGE_RELEASE],
561+
runner_type=Runners.STYLE_CHECKER
560562
),
561563
}
562564

0 commit comments

Comments
 (0)