Skip to content

Commit

Permalink
Merge pull request #1251 from MHRA/revertGraphQL
Browse files Browse the repository at this point in the history
Reverting back to true to use graphQL to see if master branch works with release int…
  • Loading branch information
gilbertsak authored Dec 13, 2022
2 parents 832228a + 9c494f3 commit 2b6c486
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 2b6c486

Please sign in to comment.