Skip to content

Commit 8b6bf97

Browse files
authored
Update nightly-cleanup.yml
1 parent 4710699 commit 8b6bf97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-cleanup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: Delete clusters if control node not tagged with keep
6565
run: |
6666
. venv/bin/activate
67+
echo "Found clusters: ${{ env.ci_clusters }}"
6768
if [[ -z "${{ env.ci_clusters }}" ]]; then
6869
echo "No clusters to delete."
6970
exit 0

0 commit comments

Comments
 (0)