Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions archive/workflows-junk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Archived non-workflow files

These files lived in `.github/workflows/` but are **not** valid GitHub Actions
workflows β€” they are notes, markdown explainers, and a couple of text files whose
names looked like workflow files. They were moved here so the actions directory
contains only real workflow YAML.

| File | Was | Why moved |
|---|---|---|
| `ADD-EXAMPLAE-AGENTS.md` | `.github/workflows/ADD EXAMPLAE AGENTS` | Sample `AGENTS.md` content, no extension β€” not a workflow. |
| `Auto-Build-SVG.md` | `.github/workflows/Auto-Build-SVG.md` | Workflow-pattern notes in Markdown β€” not a workflow. |
| `README-workflows-notes.md` | `.github/workflows/README.md` | Copy-paste instructions text β€” not a workflow. (The repo root `README.md` is untouched.) |
| `deploy-production.yml.txt` | `.github/workflows/deploy.yml (Production)` | A workflow draft saved with `(Production)` in the name β€” invisible to Actions. |
| `name-Deploy-Static-Content-to-Pages.txt` | `.github/workflows/name Deploy Static Content to Pages.txt` | A workflow draft saved as `.txt` β€” invisible to Actions. |
| `staging-workflow-example.md` | `.github/workflows/πŸ§ͺ Staging Workflow Example` | Example text, emoji name, no extension β€” not a workflow. |
| `vercel-deployment.md` | `.github/workflows/vercel-deployment` | Vercel CLI install notes, no extension β€” not a workflow. |

Nothing was deleted β€” every file is preserved here verbatim.
Loading