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 enhancement** Add support of `if:` property to `jobs..services.` to start services only in case a condition is met. **Code Snippet** ```` jobs: my_job: services: my_service: if: ${{ some...

enhancement

If you don't change to the correct directory first, it partially defeats the purpose of doing so. Fixes bugs like: ```log ldd: ./bin/libcoreclr.so: No such file or directory ldd: ./bin/libSystem.Security.Cryptography.Native.OpenSsl.so:...

# Note to incoming readers (2025) I will update this if anything changes, you don't need to read this entire thread. ## Update March 2025 @salilsub, a GitHub Staff member,...

enhancement
papercut

**Describe the bug** When I try to use ```group: Default``` as the `runs-on` argument in the workflow yaml, an error appears saying 'Did not expect 'map'' **To Reproduce** Create a...

bug

**Describe the bug** If by mistake in self-hosted runner the --work directory is not writable, the job fails but GitHub thinks the runner is still busy. The error is not...

bug

My team and I are looking into using the Github Actions runner for self-hosted tests of our project. For various reasons, we'd like to use Podman to run Actions containers...

enhancement
Runner :heart: Container

The same log line repeating indefinitely for 40+ minutes: ```Received 1653791515 of 1662180123 (99.5%)``` ``` - name: Cache dataset uses: actions/cache@v3 with: path: tests/S1A_Stack_CPGF_T173.tar.gz key: S1A_Stack_CPGF_T173.tar.gz restore-keys: S1A_Stack_CPGF_T173 ``` This...

bug
Runner Bug
awaiting-customer-response

**Describe the bug** I get a `System.UnauthorizedAccessException : Access to the path '/home/runneradmin' is denied` error in my GitHub action on `ubuntu:latest` runner. How can I resolve this issue? ##...

bug

**Describe the bug** When using self-hosted runners, git checkouts are cached between runs (this is nice, because it greatly speeds up our builds). However, if a docker-based step writes a...

question
Runner Feature

**Describe the bug** This [repo](https://github.com/AllanOricil/workflow-template-bug) has a workflow template and a workflow implementation. In the implementation there are three jobs. The first one is based on the workflow template, the...

bug