From 1186b4289c20166b6b6e9e484390b34964f5c075 Mon Sep 17 00:00:00 2001 From: nethunterzist Date: Thu, 16 Jul 2026 15:20:29 +0300 Subject: [PATCH] chore(ci): verify adimini non-blocking yap (URL check optional) --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f496b45..34b6a6f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -227,6 +227,7 @@ jobs: # ─────────────────────────────────────────────────────────────────────────── verify: name: ✅ Verify Deployment + continue-on-error: true needs: [build-push-backend, build-push-frontend] runs-on: ubuntu-latest @@ -290,7 +291,8 @@ jobs: `| **Run** | [#${context.runNumber}](${runUrl}) |`, ``, `[Logları incele](${runUrl})` - ].join('\n'); + ].join(' +'); const { data: issues } = await github.rest.issues.listForRepo({ owner: context.repo.owner, @@ -315,3 +317,4 @@ jobs: labels: ['deploy-failure'] }); } +