diff --git a/.github/workflows/AUDIT.md b/.github/workflows/AUDIT.md index c4cf7a313..55a721aa4 100644 --- a/.github/workflows/AUDIT.md +++ b/.github/workflows/AUDIT.md @@ -21,7 +21,6 @@ concrete reason, verified against the actual repository tree. | `dependency-review.yml` | KEEP | PR dependency review with documented allow-lists. | | `deploy-cloud-run.yml` | KEEP | The real deployment path (GCP Cloud Run); manual dispatch. | | `deploy.yml` | **DELETE** | References a non-existent `deployments/` tree (manifests/terraform); actual infra is `infrastructure/`. The validate job hard-`exit 1`s on missing manifests. Generic multi-cloud (AWS+Azure+Slack) scaffold that duplicates `deploy-cloud-run.yml`. | -<<<<<<< HEAD | `e2e-tests.yml` | **FIX** | Resolve the PR's Vercel preview deployment via the GitHub Deployments API before E2E runs, and skip the PR-comment step for forked `pull_request` runs where `GITHUB_TOKEN` is read-only (`Resource not accessible by integration`). Same-repo PRs still get comments. | | `emergency-stop.yml` | KEEP | Manual operational kill-switch with typed confirmation. | | `issue-triage.yml` | KEEP | Keyword auto-labeling + triage comment on new issues. |