feat: refactor sgclaw around zeroclaw compat runtime
This commit is contained in:
17
third_party/zeroclaw/.github/workflows/README.md
vendored
Normal file
17
third_party/zeroclaw/.github/workflows/README.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Workflow Directory Layout
|
||||
|
||||
GitHub Actions only loads workflow entry files from:
|
||||
|
||||
- `.github/workflows/*.yml`
|
||||
- `.github/workflows/*.yaml`
|
||||
|
||||
Subdirectories are not valid locations for workflow entry files.
|
||||
|
||||
Repository convention:
|
||||
|
||||
1. Keep runnable workflow entry files at `.github/workflows/` root.
|
||||
2. Keep cross-tooling/local CI scripts under `dev/` or `scripts/ci/` when used outside Actions.
|
||||
|
||||
Workflow behavior documentation in this directory:
|
||||
|
||||
- `.github/workflows/master-branch-flow.md`
|
||||
Reference in New Issue
Block a user