Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <[email protected]>
  • Loading branch information
mineme0110 committed Nov 27, 2024
1 parent afa850e commit 022bfff
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ concurrency:

on:
pull_request:
types:
- opened
- edited
- synchronize
push:
branches:
- "main"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/shared/apisix/conf/apisix-holder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ upstreams:
nodes:
"swagger-ui-holder:8080": 1
type: roundrobin
#END
#END
2 changes: 1 addition & 1 deletion infrastructure/shared/apisix/conf/apisix-issuer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ upstreams:
nodes:
"swagger-ui-issuer:8080": 1
type: roundrobin
#END
#END
2 changes: 1 addition & 1 deletion infrastructure/shared/apisix/conf/apisix-verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ upstreams:
nodes:
"swagger-ui-verifier:8080": 1
type: roundrobin
#END
#END
13 changes: 6 additions & 7 deletions infrastructure/shared/docker-compose-combined.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 022bfff

Please sign in to comment.