mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix: resolve recent merge collisio (#33110)
This commit is contained in:
committed by
GitHub
parent
347c174099
commit
05faf2f352
@@ -140,7 +140,7 @@ def main(event_type: str, sha: str, repo: str) -> None:
|
||||
# trigger all checks. This is a workaround for the GitHub API limit of 100
|
||||
# files. Using >= 99 because off-by-one errors are not uncommon
|
||||
if changed or len(files) >= 99:
|
||||
print(f"{check}={str(changed).lower()}", file=f)
|
||||
print(f"{check}=true", file=f)
|
||||
print(f"Triggering group: {check}")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user