Commit b7719076 authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

disable auto run e2e

parent 82b61121
name: Run E2E tests k8s name: Run E2E tests k8s
on: on:
push: # push:
# pull_request: # pull_request:
workflow_dispatch
env: env:
K8S_LOCAL_PORT: ${{ secrets.K8S_LOCAL_PORT }} K8S_LOCAL_PORT: ${{ secrets.K8S_LOCAL_PORT }}
......
...@@ -54,11 +54,11 @@ jobs: ...@@ -54,11 +54,11 @@ jobs:
SENTRY_CSP_REPORT_URI=${{ secrets.SENTRY_CSP_REPORT_URI }} SENTRY_CSP_REPORT_URI=${{ secrets.SENTRY_CSP_REPORT_URI }}
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
deploy_frontend: # deploy_frontend:
needs: push_to_registry # needs: push_to_registry
uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master # uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
with: # with:
valuesDir: deploy/values # valuesDir: deploy/values
appNamespace: frontend-main # appNamespace: frontend-main
appName: frontend # appName: frontend
secrets: inherit # secrets: inherit
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment