diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index d849b41e0b..d3af692bc0 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -6,6 +6,10 @@ concurrency: on: pull_request: + types: + - opened + - edited + - synchronize push: branches: - "main" diff --git a/infrastructure/shared/apisix/conf/apisix-holder.yaml b/infrastructure/shared/apisix/conf/apisix-holder.yaml index 16c8111d4b..a3953a4e0d 100644 --- a/infrastructure/shared/apisix/conf/apisix-holder.yaml +++ b/infrastructure/shared/apisix/conf/apisix-holder.yaml @@ -41,4 +41,4 @@ upstreams: nodes: "swagger-ui-holder:8080": 1 type: roundrobin -#END + #END diff --git a/infrastructure/shared/apisix/conf/apisix-issuer.yaml b/infrastructure/shared/apisix/conf/apisix-issuer.yaml index ab56bc14b1..ab7ee65b26 100644 --- a/infrastructure/shared/apisix/conf/apisix-issuer.yaml +++ b/infrastructure/shared/apisix/conf/apisix-issuer.yaml @@ -41,4 +41,4 @@ upstreams: nodes: "swagger-ui-issuer:8080": 1 type: roundrobin -#END + #END \ No newline at end of file diff --git a/infrastructure/shared/apisix/conf/apisix-verifier.yaml b/infrastructure/shared/apisix/conf/apisix-verifier.yaml index 6a657cfa6a..45f2542873 100644 --- a/infrastructure/shared/apisix/conf/apisix-verifier.yaml +++ b/infrastructure/shared/apisix/conf/apisix-verifier.yaml @@ -41,4 +41,4 @@ upstreams: nodes: "swagger-ui-verifier:8080": 1 type: roundrobin -#END + #END \ No newline at end of file diff --git a/infrastructure/shared/docker-compose-combined.yml b/infrastructure/shared/docker-compose-combined.yml index 568f7d04d1..109ee85f6a 100644 --- a/infrastructure/shared/docker-compose-combined.yml +++ b/infrastructure/shared/docker-compose-combined.yml @@ -351,10 +351,9 @@ volumes: pg_data_issuer_db: pg_data_holder_db: pg_data_verifier_db: -# pgadmin: -# Temporary commit network setting due to e2e CI bug -# to be enabled later after debugging -#networks: -# default: -# name: ${NETWORK} - + # pgadmin: + # Temporary commit network setting due to e2e CI bug + # to be enabled later after debugging + #networks: + # default: + # name: ${NETWORK} \ No newline at end of file