cleanup: remove unused workflow — Actions disabled, CI runs on Gitea

This commit is contained in:
Alexa Amundson
2026-03-16 12:21:52 -05:00
parent 59c5b50e5c
commit 0f97bd1c60

View File

@@ -1,8 +0,0 @@
name: Disabled Workflow
on:
workflow_dispatch:
jobs:
disable:
if: false
runs-on: ubuntu-latest
steps: []