Skip to content

Commit d0397d9

Browse files
committed
Trim dispatch comment
1 parent 9cc25d3 commit d0397d9

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/module-cleanup.lock.yml

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/module-cleanup.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,7 @@ jobs:
122122
MEMORY_BRANCH: memory/module-cleanup
123123
run: |
124124
set -euo pipefail
125-
# processed.txt lives at the root of the memory branch. The
126-
# finalize job appends each attempted module to processed.txt
127-
# before doing anything else, so this is the sole source of
128-
# truth for what's already been picked - including modules
129-
# currently sitting on the wip branch or in inflight batch PRs.
125+
# processed.txt lives at the root of the memory branch.
130126
processed=""
131127
if git fetch origin "$MEMORY_BRANCH" --depth=1 2>/dev/null; then
132128
processed=$(git show "origin/$MEMORY_BRANCH:processed.txt" 2>/dev/null || true)

0 commit comments

Comments
 (0)