mirror of
https://github.com/nethunterzist/trendyol-analiz
synced 2026-08-29 21:38:00 +00:00
chore(ci): verify adimini non-blocking yap (URL check optional)
This commit is contained in:
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@@ -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']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user