Skip to content

Only start runner after network is online#4094

Merged
TingluoHuang merged 1 commit intoactions:mainfrom
dupondje:fix/startup
Nov 12, 2025
Merged

Only start runner after network is online#4094
TingluoHuang merged 1 commit intoactions:mainfrom
dupondje:fix/startup

Conversation

@dupondje
Copy link
Copy Markdown
Contributor

@dupondje dupondje commented Nov 6, 2025

We should not start the actions runner once the network has been started, but only start it once the network is online. Because otherwise the initial API call fails, and the service is stopped because of this.

Therefor replace the After in the systemd file to network-online.target

Fixes #3440

@dupondje dupondje requested a review from a team as a code owner November 6, 2025 10:17
We should not start the actions runner once the network has been
started, but only start it once the network is online.
Because otherwise the initial API call fails, and the service is stopped
because of this.

Therefor replace the After in the systemd file to network-online.target

Fixes actions#3440

Signed-off-by: Jean-Louis Dupond <[email protected]>
@TingluoHuang TingluoHuang enabled auto-merge (squash) November 12, 2025 01:29
@TingluoHuang TingluoHuang merged commit 334df74 into actions:main Nov 12, 2025
8 checks passed
alinetskyi pushed a commit to CoreumFoundation/runner that referenced this pull request Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Runner is not starting on Ubuntu boot as a service, but is starting manually as a service

2 participants