We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf0492 commit 9e0ecfbCopy full SHA for 9e0ecfb
1 file changed
.github/workflows/keep-build-cache-small.yaml
@@ -54,7 +54,7 @@ jobs:
54
fi
55
56
- name: Delete build cache if exceeded
57
- if: env.status == 'exceeded'
+ if: steps.check_threshold.outputs.status == 'exceeded'
58
run: |
59
echo "🗑️ Deleting build cache image: ${{ env.BUILD_CACHE_IMAGE }}..."
60
# skopeo delete docker://${{ env.BUILD_CACHE_IMAGE }}
0 commit comments