Files
nexus/.gitea/workflows/deploy-test.yaml
T
devops be5c3884a0
CI - Build & Test / Backend (.NET) (push) Has been cancelled
CI - Build & Test / Frontend (Vue/TS) (push) Has been cancelled
CI - Build & Test / Security Check (push) Has been cancelled
test: minimal dispatch test
2026-06-21 21:35:38 +02:00

12 lines
145 B
YAML

name: Deploy Test
run-name: Deploy Test
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "hello"