Skip to content

Commit

Permalink
chore: disable write_aspect_bazelrc_presets tests with non-bzlmod
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Oct 10, 2024
1 parent 3076907 commit 4485ff8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ write_aspect_bazelrc_presets(
"bazel6",
"bazel7",
],
target_compatible_with = select({
"@aspect_bazel_lib//lib:bzlmod": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
)

0 comments on commit 4485ff8

Please sign in to comment.