diff --git a/.github/workflows/cluster_scanner.yaml b/.github/workflows/cluster_scanner.yaml index bbc1e97..5292987 100644 --- a/.github/workflows/cluster_scanner.yaml +++ b/.github/workflows/cluster_scanner.yaml @@ -43,7 +43,7 @@ jobs: - name: Get Clusters with More Than 24 Hours and Format Output working-directory: scripts/cluster-scanner run: | - if grep -q "The following clusters have been running for more than 24 hours" result.log; then + if grep -q "The following clusters have been running" result.log; then echo "CLUSTERS_FOUND=true" >> $GITHUB_ENV { echo 'LOG_MESSAGE<