File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 11name : Test Deployment
22on :
3- deployment_status :
3+ # Temporarily disabled automatic triggers; manual-only for now.
4+ workflow_dispatch :
5+ # Original trigger (restore to re-enable):
6+ # deployment_status:
47
58permissions : read-all
69
710jobs :
811 e2eTests :
9- if :
10- github.repository == 'anuraghazra/github-readme-stats' &&
11- github.event_name == 'deployment_status' &&
12- github.event.deployment_status.state == 'success'
12+ # Temporarily disabled; set to the original condition to re-enable.
13+ # if:
14+ # github.repository == 'anuraghazra/github-readme-stats' &&
15+ # github.event_name == 'deployment_status' &&
16+ # github.event.deployment_status.state == 'success'
17+ if : false
1318 name : Perform e2e tests
1419 runs-on : ubuntu-latest
1520 strategy :
3237
3338 - name : Run end-to-end tests.
3439 run : npm run test:e2e
35- env :
36- VERCEL_PREVIEW_URL : ${{ github.event.deployment_status.target_url }}
40+ # env:
41+ # VERCEL_PREVIEW_URL: ${{ github.event.deployment_status.target_url }}
You can’t perform that action at this time.
0 commit comments