Remove temporary test-build-only workflow (build verified successfully)
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
6beb302045
commit
8314ec2712
@@ -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 .
|
|
||||||
Reference in New Issue
Block a user