Frontend workflow not detecting changes correctly

This commit is contained in:
Carlos Felix 2024-12-09 11:46:39 -05:00 committed by Carlos Felix
parent 666eac2df4
commit dbcbf6b7e1
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
pull-requests: read pull-requests: read
# Set job outputs to values from filter step # Set job outputs to values from filter step
outputs: outputs:
backend: ${{ steps.filter.outputs.frontend }} frontend: ${{ steps.filter.outputs.frontend }}
steps: steps:
# For pull requests it's not necessary to checkout the code # For pull requests it's not necessary to checkout the code
- uses: dorny/paths-filter@v3 - uses: dorny/paths-filter@v3

View file

@ -1,7 +1,7 @@
[![Staging](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_staging.yml/badge.svg)](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_staging.yml) [![Staging](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_staging.yml/badge.svg)](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_staging.yml)
[![Production](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_main.yml/badge.svg)](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_main.yml) [![Production](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_main.yml/badge.svg)](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_main.yml)
# Justice40 Client # Justice40 Clientss
This README contains the following content: This README contains the following content: