Skip to content

Commit 4ebb718

Browse files
committed
refactor: use automatic deployment check detection
1 parent 7df9ded commit 4ebb718

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/jest.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ permissions:
1313
contents: read
1414
actions: write
1515
checks: write
16-
statuses: write
1716
on:
1817
push:
1918
branches: [main, master]
@@ -81,9 +80,3 @@ jobs:
8180
if: success() && github.ref == 'refs/heads/main'
8281
run: |
8382
curl -X POST "${{ secrets.RENDER_DEPLOY_HOOK }}"
84-
85-
# Notify Vercel about test completion
86-
- name: 🔔 Notify Vercel
87-
uses: vercel/repository-dispatch/actions/status@v1
88-
with:
89-
name: 'Vercel - codex-client: Backend Tests'

.github/workflows/playwright.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ permissions:
1313
contents: read
1414
actions: write
1515
checks: write
16-
statuses: write
1716
on:
1817
push:
1918
branches: [main, master]
@@ -117,9 +116,3 @@ jobs:
117116
name: playwright-screenshots
118117
path: apps/client/test-results/
119118
retention-days: 30
120-
121-
# Notify Vercel about test completion
122-
- name: 🔔 Notify Vercel
123-
uses: vercel/repository-dispatch/actions/status@v1
124-
with:
125-
name: 'Vercel - codex-client: E2E Tests'

0 commit comments

Comments
 (0)