Remove temporary test workflow
Publish Docs / publish-docs (push) Successful in 15s Details

This commit is contained in:
Mike Kell 2026-03-29 19:35:50 -04:00
parent 98b45e0543
commit 46accb911c
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
name: Test CI
on:
push:
branches:
- main
jobs:
test:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Echo Test
run: echo "Forgejo Actions is working"