Remove Hello World workflow

This commit is contained in:
Konstantin Wohlwend 2026-01-22 10:25:39 -08:00
parent 20ac0bff8a
commit f97ad9ac3f

View File

@ -1,8 +0,0 @@
name: Hello World
on: [push]
jobs:
Hello-World-Job:
runs-on:
- codebuild-stack-auth-verify-data-integrity-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- run: echo "Hello World"