Update build.yml

This commit is contained in:
2025-07-20 17:03:42 +02:00
committed by GitHub
parent 65257303a8
commit acd16f3b5d

View File

@@ -28,7 +28,7 @@ on:
jobs:
build:
runs-on: self-hosted # Ensure your self-hosted runner is configured
runs-on: ubuntu-latest
environment: ${{ github.event.inputs.environment || 'prod' }}
steps:
- name: Get Current User