Commit b7719076 authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

disable auto run e2e

parent 82b61121
name: Run E2E tests k8s
on:
push:
# push:
# pull_request:
workflow_dispatch
env:
K8S_LOCAL_PORT: ${{ secrets.K8S_LOCAL_PORT }}
......
......@@ -54,11 +54,11 @@ jobs:
SENTRY_CSP_REPORT_URI=${{ secrets.SENTRY_CSP_REPORT_URI }}
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
deploy_frontend:
needs: push_to_registry
uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
with:
valuesDir: deploy/values
appNamespace: frontend-main
appName: frontend
secrets: inherit
# deploy_frontend:
# needs: push_to_registry
# uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
# with:
# valuesDir: deploy/values
# appNamespace: frontend-main
# appName: frontend
# 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