One of my Github Actions workflows using apify/push-actor-action failed with the following error:
2026-05-21T13:50:05.416Z ACTOR: Build finished.
Error: Actor build finished with status: RUNNING
Error: Process completed with exit code 1.
The Actor build itself finished successfully and was accessible on the platform.
When I re-ran the workflow, it finished successfully (both on the main branch / feature branch), so it might be caused by an occasional race condition or something like that
One of my Github Actions workflows using apify/push-actor-action failed with the following error:
2026-05-21T13:50:05.416Z ACTOR: Build finished. Error: Actor build finished with status: RUNNING Error: Process completed with exit code 1.The Actor build itself finished successfully and was accessible on the platform.
When I re-ran the workflow, it finished successfully (both on the main branch / feature branch), so it might be caused by an occasional race condition or something like that