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
I think this is something that GitHub does for all actions. I've seen some of my own builds always start with creating Docker images. I think this is something you can better check with GitHub.
I think this is a limitation of the way docker actions work.
Maybe we should consider removing docker entirely. Docker was used to get a consistent behaviour across all OS runners. Since .NET now runs properly on Linux/Mac, this problem went away.
I have the below step in my workflow.
As you see the step is conditional, however docker image is always pulling independently on step status.
This is what I see in the workflow logs:

It's definitely not good. It takes 30 seconds every time for nothing even if docfx is not needed.
Could you please have a look?
The text was updated successfully, but these errors were encountered: