Skip to content

Commit 9e0ecfb

Browse files
committed
output var
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 3cf0492 commit 9e0ecfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/keep-build-cache-small.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fi
5555
5656
- name: Delete build cache if exceeded
57-
if: env.status == 'exceeded'
57+
if: steps.check_threshold.outputs.status == 'exceeded'
5858
run: |
5959
echo "🗑️ Deleting build cache image: ${{ env.BUILD_CACHE_IMAGE }}..."
6060
# skopeo delete docker://${{ env.BUILD_CACHE_IMAGE }}

0 commit comments

Comments
 (0)