mirror of
https://github.com/nethunterzist/trendyol-analiz
synced 2026-08-30 05:48: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:
|
verify:
|
||||||
name: ✅ Verify Deployment
|
name: ✅ Verify Deployment
|
||||||
|
continue-on-error: true
|
||||||
needs: [build-push-backend, build-push-frontend]
|
needs: [build-push-backend, build-push-frontend]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@@ -290,7 +291,8 @@ jobs:
|
|||||||
`| **Run** | [#${context.runNumber}](${runUrl}) |`,
|
`| **Run** | [#${context.runNumber}](${runUrl}) |`,
|
||||||
``,
|
``,
|
||||||
`[Logları incele](${runUrl})`
|
`[Logları incele](${runUrl})`
|
||||||
].join('\n');
|
].join('
|
||||||
|
');
|
||||||
|
|
||||||
const { data: issues } = await github.rest.issues.listForRepo({
|
const { data: issues } = await github.rest.issues.listForRepo({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
@@ -315,3 +317,4 @@ jobs:
|
|||||||
labels: ['deploy-failure']
|
labels: ['deploy-failure']
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user