Skip to content

Commit 634a4b4

Browse files
committed
build: rename proxies CI workflows
1 parent 357da24 commit 634a4b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-events-graphql-proxy-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Events Graphql Proxy check
1+
name: CI-Events-Graphql-Proxy
22

33
on:
44
push:
@@ -32,7 +32,7 @@ jobs:
3232
app-directory: proxies/events-graphql-proxy
3333
extra-commands: |
3434
echo "NODE_ENV=production" >> $GITHUB_ENV
35-
echo "GRAPHQL_PROXY_DEBUG=debug" >> $GITHUB_ENV
35+
echo "GRAPHQL_PROXY_DEBUG=1" >> $GITHUB_ENV
3636
echo "GRAPHQL_PROXY_PORT=4100" >> $GITHUB_ENV
3737
echo "GRAPHQL_PROXY_SENTRY_ENVIRONMENT=local" >> $GITHUB_ENV
3838
echo "GRAPHQL_PROXY_DISABLE_WINSTON_LOGGING=0" >> $GITHUB_ENV

.github/workflows/ci-venue-graphql-proxy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Venue Graphql Proxy check
1+
name: CI-Venue-Graphql-Proxy
22

33
on:
44
push:

0 commit comments

Comments
 (0)