Skip to content

Commit 6a0f04c

Browse files
committed
why
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent d43e113 commit 6a0f04c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ jobs:
5252
echo "status=ok" >> "$GITHUB_ENV"
5353
echo "status=ok" >> "$GITHUB_OUTPUT"
5454
fi
55-
shell: bash
5655
5756
- name: Delete build cache if exceeded
5857
if: steps.check_threshold.outputs.status == 'exceeded'
5958
run: |
6059
echo "🗑️ Deleting build cache image: ${{ env.BUILD_CACHE_IMAGE }}..."
61-
# skopeo delete docker://${{ env.BUILD_CACHE_IMAGE }}
60+
# skopeo delete docker://${{ env.BUILD_CACHE_IMAGE }}
6261
echo "✅ Build cache image deleted successfully."
6362
6463
- name: Generate workflow summary

0 commit comments

Comments
 (0)