clean pull
Some checks failed
Build And Deploy Main / build-and-deploy (push) Failing after 0s

This commit is contained in:
2026-03-09 12:40:16 -04:00
parent 6712bb045e
commit cbeb38e640

View File

@@ -20,14 +20,6 @@ jobs:
BEFORE_SHA: ${{ github.event.before }}
AFTER_SHA: ${{ github.sha }}
steps:
- name: Validate project checkout
run: |
set -e
if [ ! -d "$PROJECT_DIR/.git" ]; then
echo "Expected git repository at $PROJECT_DIR but not found."
exit 1
fi
- name: Pull latest main
run: |
set -e