You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Which I assumed would run if the action failed or successfully completed at any point. However, after doing some test runs I can see that an action can successfully complete without running the cleanup routine sometimes, but I'm not sure why. I'll investigate a bit on my end and report if I find any further clues.
Hello and thanks for an amazing library. I'm running into an issue when using a Success | Failure matcher for action cleanup:
Which I assumed would run if the action failed or successfully completed at any point. However, after doing some test runs I can see that an action can successfully complete without running the cleanup routine sometimes, but I'm not sure why. I'll investigate a bit on my end and report if I find any further clues.