Skip to content

Commit

Permalink
Reverting back to true to see if master branch works with release int…
Browse files Browse the repository at this point in the history
…o static folder
  • Loading branch information
gilbertsak committed Dec 13, 2022
1 parent 832228a commit 9c494f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/medicines-web-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
GOOGLE_USE_DEBUG: true
ROOT_URL_DOMAIN: .windows.net
GRAPHQL_URL: https://does-not-matter/this-gets-mocked
USE_GRAPHQL: false
USE_GRAPHQL: true
SHOW_BMGF: true
BMGF_AZURE_SEARCH_INDEX: bmgf-index
AZURE_STORAGE_ACCOUNT: mhraproductsnonprod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medicines-web-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
GOOGLE_USE_DEBUG: true
ROOT_URL_DOMAIN: .windows.net
GRAPHQL_URL: https://medicines-api.non-prod.mhra.gov.uk/graphql
USE_GRAPHQL: false
USE_GRAPHQL: true
SHOW_BMGF: true
BMGF_AZURE_SEARCH_INDEX: bmgf-index
AZURE_STORAGE_ACCOUNT: mhraproductsnonprod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medicines-web-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
GOOGLE_USE_DEBUG: false
ROOT_URL_DOMAIN: .windows.net
GRAPHQL_URL: https://medicines.api.mhra.gov.uk/graphql
USE_GRAPHQL: false
USE_GRAPHQL: true
SHOW_BMGF: false
BMGF_AZURE_SEARCH_INDEX: bmgf-index
AZURE_STORAGE_ACCOUNT: mhraproducts4853
Expand Down

0 comments on commit 9c494f3

Please sign in to comment.