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

This commit is contained in:
Alexa Amundson
2026-03-16 12:21:49 -05:00
parent 9f0d76888a
commit cb486151c0

View File

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