We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4710699 commit 8b6bf97Copy full SHA for 8b6bf97
.github/workflows/nightly-cleanup.yml
@@ -64,6 +64,7 @@ jobs:
64
- name: Delete clusters if control node not tagged with keep
65
run: |
66
. venv/bin/activate
67
+ echo "Found clusters: ${{ env.ci_clusters }}"
68
if [[ -z "${{ env.ci_clusters }}" ]]; then
69
echo "No clusters to delete."
70
exit 0
0 commit comments