mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 20:31:16 -07:00
Frontend workflow not detecting changes correctly
This commit is contained in:
parent
666eac2df4
commit
dbcbf6b7e1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr_frontend.yml
vendored
2
.github/workflows/pr_frontend.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_staging.yml)
|
[](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_staging.yml)
|
||||||
[](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_main.yml)
|
[](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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue