-
Notifications
You must be signed in to change notification settings - Fork 634
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
When running a workflow, there may be an issue which causes the cache not to be saved. This should not cause the entire run to be reported as a failure.
Action version:
v4.5.0
Platform:
- Ubuntu
- macOS
Runner type:
- Hosted
Tools version:
Independent of Python version.
Repro steps:
- Include a
setup-python
step in a workflow with caching enabled. - Have it happen to run at a time when the cache servers are acting flaky.
Example failed run: https://github.com/single-cell-data/TileDB-SOMA/actions/runs/3960808578/attempts/1
Expected behavior:
If the run finishes successfully, but the cache cannot be uploaded to the cache server, the failure to create the cache entry should be ignored.
Actual behavior:
When the cache fails to upload, the run is failed despite completing successfully in all other respects.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working