Simplifies CI workflow runner configuration
Some checks failed
AppAIBuildTest-cicd / deploy_prod_manual (push) Has been skipped
AppAIBuildTest-cicd / build_test_deploy_test (push) Has been cancelled

Updates workflow to use dotnet10-runner directly as the runs-on environment

Removes redundant container specification
This commit is contained in:
Janus C. H. Knudsen 2026-01-31 09:22:17 +01:00
parent 341f89966a
commit 45481460e0

View file

@ -7,8 +7,7 @@ on:
jobs:
build_test_deploy_test:
runs-on: ubuntu-latest
container: dotnet10-runner
runs-on: dotnet10-runner
steps:
- uses: actions/checkout@v4