runner icon indicating copy to clipboard operation
runner copied to clipboard

The Runner for GitHub Actions :rocket:

Results 384 runner issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Workflow triggered on `workflow_run` event (triggered from `pull_request` event from a forked repository branch) lack pull_request **To Reproduce** Steps to reproduce the behavior: 0. Create a repository...

bug

**Describe the bug** Workflow triggered on `workflow_run` event (triggered from `issue_comment` event) lack issue number **To Reproduce** Steps to reproduce the behavior: - Create a repository on an organization and...

bug

* Add loongarch64 platform in Directory.Build.props and scripts. * Add linux-loongarch64 RIDs to csproj files. * Add constant LoongArch64 to architecture list in csharp files.

We are using self-hosted ephimeral runners for our github jobs. Recently we are seeing jobs failing randomly with the error This job failed on the UI. On further digging we...

bug

https://github.com/actions/runner/blob/8b9a81c952a0c2a2a13a23b952c6a083c97f2a1b/src/Runner.Listener/JobDispatcher.cs#L370 I'm self-hosting a runner in an organization. The organization has a lot of repositories many of which have workflows with the same name. I'd expect a log item to...

A self-hosted runner as a service has been installed in Ubuntu 22.04.4 LTS. Everything is working before the OS is not rebooting. After this, I can see the following in...

bug

**Describe the bug** This is interesting behavior I am observing on the Self-Hosted GitHub runners. When I install GH runners on my win server and start manually by running .\run.cmd,...

bug

related: https://github.com/actions/runner/discussions/3098 tests: https://github.com/dkurt/runner/pull/2

**Describe the bug** When ulimit -a is performed in regular machine' shell we got: ` POSIX message queues (bytes, -q) 4194304 ` But Github runners are limiting it to another...

bug

**Describe the bug** A clear and concise description of what the bug is. Next.js build error occurred which is not occurring on gitlab ci pipeline While developing an application for...

bug