File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ permissions:
1313 contents : read
1414 actions : write
1515 checks : write
16- statuses : write
1716on :
1817 push :
1918 branches : [main, master]
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'
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ permissions:
1313 contents : read
1414 actions : write
1515 checks : write
16- statuses : write
1716on :
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'
You can’t perform that action at this time.
0 commit comments