Remove temporary test-build-only workflow (real build verified successfully)
Build and Deploy / version (push) Successful in 1s
Build and Deploy / build (push) Successful in 2s
Build and Deploy / deploy (push) Successful in 2s

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Fidelis Huber
2026-08-21 17:57:48 +02:00
co-authored by Claude Sonnet 5
parent 3f17eab67e
commit d8a8a94332
-12
View File
@@ -1,12 +0,0 @@
name: Test Build Only (temporary, no push)
on:
workflow_dispatch:
jobs:
build:
runs-on: linux
steps:
- uses: actions/checkout@v4
- name: Docker build (no push)
run: docker build -t materialschein-test:local .