ci: Got something after this
pr CI / Test Suite (pull_request) Successful in 2m12s

This commit is contained in:
2026-08-08 13:49:48 -04:00
parent 24128e91af
commit 3cd4b81dc4
+3 -1
View File
@@ -103,5 +103,7 @@ jobs:
echo "Cleaning up bucket ${{ env.S3_BUCKET }}"
aws --endpoint-url=${{ secrets.S3_CI_ENDPOINT_URL }} \
s3 rb s3://${{ env.S3_BUCKET }} --force \
--region ${{ env.AWS_DEFAULT_REGION }}
--region $AWS_DEFAULT_REGION
env:
AWS_DEFAULT_REGION: ${{ env.AWS_DEFAULT_REGION }}
continue-on-error: true