Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-run-wo-codegen.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nightly Test Run
name: Nightly Test Run (No Codegen)

on:
schedule: # UTC at 0400 on Monday and Thursday
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def __init__(self, file_path: str):

def __call__(self, transcript):
self.f.write(transcript)
self.f.flush()

def __del__(self):
self.f.close()
Expand Down