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:
parent
6f1e0ec6f1
commit
937fb73750
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user