hackforla / HomeUniteUs

We're working with community non-profits who have a Host Home or empty bedrooms initiative to develop a workflow management tool to make the process scalable (across all providers), reduce institutional bias, and effectively capture data.
https://homeunite.us/
GNU General Public License v2.0
35 stars 21 forks source link

Remove push from current GitHub actions #666

Closed mira-kine closed 2 months ago

mira-kine commented 2 months ago

Overview

Currently, GitHub actions runs api and app tests on push and pull. We only want it to run during pull because when they run simultaneously, they end up running both twice. Fixing this issue should also fix the currently tests that were failing on push.

Action Items