Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
branches: [main]
pull_request:
# Re-verify main once a week. Checking only on push means a floating tool can
# break main and the badge stays green until someone happens to commit: ruff 0.16
# widened its default rules and main went red with no commit involved.
schedule:
- cron: "0 6 * * 1" # Mondays at 06:00 UTC
workflow_dispatch:

jobs:
test:
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/codex-review-gate.yml

This file was deleted.

Loading