feat(monitoring): filter robots.txt noise from sentry traces and events #1617
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 🧪 PR Test Backend | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| - staging | |
| - dev | |
| # Workflow is triggered only if src/backend changes | |
| paths: | |
| - src/backend/** | |
| # Allow manual trigger (workflow_dispatch) | |
| workflow_dispatch: | |
| jobs: | |
| pytest: | |
| uses: hotosm/gh-workflows/.github/workflows/just.yml@3.6.0 | |
| with: | |
| environment: "test" | |
| command: "test backend" | |
| secrets: inherit |