chore(ci): Remove deprecated CI workflow

The `.gitea/workflows/ci.yml` file was removed as it is no longer needed. The build steps defined in the file have been deprecated and are not in use in the current CI/CD pipeline.
This commit is contained in:
Christian Werner 2026-06-19 03:00:54 +02:00
parent 6f1e0ec6f1
commit 937fb73750

View File

@ -1,18 +0,0 @@
name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Step one
run: echo "Step one passed"
- name: Step two
run: echo "Step two passed"
- name: Step three
run: echo "Step three passed"