chore(ci): verify adimini non-blocking yap (URL check optional)

This commit is contained in:
2026-07-16 15:20:29 +03:00
parent 8788c95b49
commit 1186b4289c

View File

@@ -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']
});
}