Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dep_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test:
# The type of runner that the job will run on and timeout in minutes
name: Run pip install
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 10

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
2 changes: 1 addition & 1 deletion k8s/overlays/production/config/db-cm-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
data:
DATABASE_HOST: mysql-service-production
DATABASE_PORT: "4650"
DATABASE_NAME: ensembl_tark_e75_to_e113
DATABASE_NAME: ensembl_tark_e75_to_e114
2 changes: 1 addition & 1 deletion k8s/overlays/staging/config/db-cm-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
data:
DATABASE_HOST: mysql-service-staging
DATABASE_PORT: "4650"
DATABASE_NAME: ensembl_tark_e75_to_e113
DATABASE_NAME: ensembl_tark_e75_to_e114