mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pre-commit
This commit is contained in:
parent
9bcb8295e1
commit
6949dbdc9b
1 changed files with 2 additions and 2 deletions
|
@ -870,11 +870,11 @@ def pkg_matrix(
|
|||
for entry in _matrix:
|
||||
ctx.print(" * ", entry, soft_wrap=True)
|
||||
|
||||
#if (
|
||||
# if (
|
||||
# gh_event["repository"]["fork"] is True
|
||||
# and "macos" in distro_slug
|
||||
# and "arm64" in distro_slug
|
||||
#):
|
||||
# ):
|
||||
# # XXX: This should work now
|
||||
# ctx.warn("Forks don't have access to MacOS 13 Arm64. Clearning the matrix.")
|
||||
# _matrix.clear()
|
||||
|
|
Loading…
Add table
Reference in a new issue