ci: revert restoring e2e test workflow (#4709)

Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com>
This commit is contained in:
Ophelia Goldstein
2025-12-21 14:23:28 +02:00
committed by GitHub
co-authored by Alexandr Garbuzov
parent 696dd6c774
commit 6ade6b4ef1
+12 -7
View File
@@ -1,15 +1,20 @@
name: Test Deployment
on:
deployment_status:
# Temporarily disabled automatic triggers; manual-only for now.
workflow_dispatch:
# Original trigger (restore to re-enable):
# deployment_status:
permissions: read-all
jobs:
e2eTests:
if:
github.repository == 'anuraghazra/github-readme-stats' &&
github.event_name == 'deployment_status' &&
github.event.deployment_status.state == 'success'
# Temporarily disabled; set to the original condition to re-enable.
# if:
# github.repository == 'anuraghazra/github-readme-stats' &&
# github.event_name == 'deployment_status' &&
# github.event.deployment_status.state == 'success'
if: false
name: Perform e2e tests
runs-on: ubuntu-latest
strategy:
@@ -32,5 +37,5 @@ jobs:
- name: Run end-to-end tests.
run: npm run test:e2e
env:
VERCEL_PREVIEW_URL: ${{ github.event.deployment_status.target_url }}
# env:
# VERCEL_PREVIEW_URL: ${{ github.event.deployment_status.target_url }}