Skip to content

Commit

Permalink
tc
Browse files Browse the repository at this point in the history
  • Loading branch information
clee2000 committed Dec 20, 2024
1 parent ed30192 commit 4ad562e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/update_disabled_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ def main() -> None:
# and those that are not flaky anymore
if "disable_tests" in args.actions:
dump_json(
condense_disable_tests(disable_test_issues), "disabled-tests-condensed.json"
condense_disable_tests(disable_test_issues),
"disabled-tests-condensed.json",
)
if "disable_jobs" in args.actions:
dump_json(
Expand Down

0 comments on commit 4ad562e

Please sign in to comment.