We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52dd907 + a717451 commit a6318a1Copy full SHA for a6318a1
3 files changed
.github/workflows/dep_check.yml
@@ -17,7 +17,7 @@ jobs:
17
test:
18
# The type of runner that the job will run on and timeout in minutes
19
name: Run pip install
20
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
21
timeout-minutes: 10
22
23
# Steps represent a sequence of tasks that will be executed as part of the job
k8s/overlays/production/config/db-cm-patch.yaml
@@ -5,4 +5,4 @@ metadata:
5
data:
6
DATABASE_HOST: mysql-service-production
7
DATABASE_PORT: "4650"
8
- DATABASE_NAME: ensembl_tark_e75_to_e113
+ DATABASE_NAME: ensembl_tark_e75_to_e114
k8s/overlays/staging/config/db-cm-patch.yaml
DATABASE_HOST: mysql-service-staging
0 commit comments