Skip to content

Commit

Permalink
fix(workflows): disable upload summary cache
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Aug 5, 2024
1 parent a1c7a42 commit c8b8548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyrovelocity/workflows/main_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def summarize_data(


@task(
cache=PYROVELOCITY_CACHE_FLAG,
cache=False,
cache_version=SUMMARIZE_CACHE_VERSION,
retries=3,
interruptible=True,
Expand Down

0 comments on commit c8b8548

Please sign in to comment.