Skip to content

Commit

Permalink
Add protected tag to aarch64-macos-compile-only
Browse files Browse the repository at this point in the history
The tag must be added because the builder is used for branch protection
  • Loading branch information
vladbogo committed May 24, 2024
1 parent b9a9c26 commit f4c236b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-nonlatent/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ c["builders"].append(
util.BuilderConfig(
name="aarch64-macos-compile-only",
workernames=["bbw1-mac", "bbw2-mac"],
tags=["MacOS", "quick"],
tags=["MacOS", "quick", "protected"],
collapseRequests=True,
nextBuild=nextBuild,
factory=get_macos_factory(compile_only=True),
Expand Down

0 comments on commit f4c236b

Please sign in to comment.