Skip to content

Commit da320c1

Browse files
committed
Use the success* job names instead of success in ci-checks for rustc_codegen_gcc
1 parent b56f8a5 commit da320c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repos/rust-lang/rustc_codegen_gcc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ wg-gcc-backend = "maintain"
99

1010
[[branch-protections]]
1111
pattern = "master"
12-
ci-checks = ["success"]
12+
ci-checks = ["success", "success_gcc12", "success_release", "success_failures", "success_m68k", "success_stdarch"]
1313
required-approvals = 0

0 commit comments

Comments
 (0)