Skip to content

Commit 7bd14fa

Browse files
committed
github: added comment to spread cleanup
1 parent 1a1ce71 commit 7bd14fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/spread-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
run: |
8888
rm -rf "${{ github.workspace }}"
8989
mkdir "${{ github.workspace }}"
90+
91+
# Kill any leftover spread processes
9092
for pid in $(pgrep spread); do
9193
echo "Killing process $(ps -p "$pid" -o cmd || true)"
9294
kill "$pid";

0 commit comments

Comments
 (0)