runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
Bumps [System.Security.Cryptography.Pkcs](https://github.com/dotnet/runtime) from 8.0.0 to 9.0.3. Release notes Sourced from System.Security.Cryptography.Pkcs's releases. .NET 9.0.3 Release What's Changed [release/9.0-staging] Fix wrong alias-to for tvos AOT packs in net8 workload manifest by...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.12.0 to 17.13.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.13.0 What's Changed Add letter number among valid identifiers in class name by @nohwnd in microsoft/vstest#13868 Fix formatting...
Bumps [System.Security.Cryptography.ProtectedData](https://github.com/dotnet/runtime) from 8.0.0 to 9.0.3. Release notes Sourced from System.Security.Cryptography.ProtectedData's releases. .NET 9.0.3 Release What's Changed [release/9.0-staging] Fix wrong alias-to for tvos AOT packs in net8 workload manifest by...
Bumps [xunit](https://github.com/xunit/xunit) from 2.7.1 to 2.9.3. Commits 9712244 v2.9.3 dbba909 #3088: Assert.Equivalent throws NotSupportedException for types with getters ... cdf2114 Stick to .NET SDK 8 5716c89 Disable NETSDK1215 and NU1902...
So I have 3 jobs in a workflow, 2 of which share the name concurrency ID ``` jobs: ############################### BOOT SIMULATORS ######################################### node1: name: Selenium Grid Node 1 runs-on: [appium-grid-hub]...
### Description I am setting up a group of VMs to work as github action runners in a hetzner dedicated machine. Everything is installed as expected, but the ansible playbook...
I'm encountering an issue with my runners. They are showing an 'ACTIVE' status, but are not processing any jobs. Furthermore, I'm unable to delete these runners due to a message...
**Describe the bug** Time to time we're getting this error and workflow is getting canceled due to that, its very frustating. We have looked into couple of other issues as...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.2.2 to 5.8.2. Release notes Sourced from typescript's releases. TypeScript 5.8 For release notes, check out the release announcement. fixed issues query for Typescript 5.8.0 (Beta). fixed...
**Describe the bug** GitHub Actions ${{ github.workflow }} incorrectly returns the parent workflow's name in child workflows. This causes child workflows to be grouped under the same concurrency group as...