chore(ci): remove needs dependency for deploy_staging job

Merged Nguyễn Ngọc Đại requested to merge hotfix/ci-cd-fe into main

Removes the explicit needs: [build] dependency from the deploy_staging job, allowing it to potentially run in parallel with other pipeline stages or follow the default stage dependency flow.

Merge request reports