Commit 9b5cea5
Feature/optimized ci workflow (#16)
* Optimize CI workflow: separate tests and release
- Move release job to separate release.yml triggered only on master push
- Add PR verification to release workflow (prevents releases from admin bypasses)
- Rename job display names to generic: Lint, Security, Coverage
- Skip expensive jobs (tests, coverage, outdated) on merge queue branches
- Keep Lint and Security running for merge queue status checks
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Simplify test matrix to match simulation repo
- Python 3.13 / Django 5.2 / SQLite (fast feedback)
- Python 3.13 / Django 5.2 / MariaDB (production)
- Python 3.14 / Django 6.0 / MariaDB (experimental)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fixes
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent cc03418 commit 9b5cea5
1 file changed
+16
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
99 | 105 | | |
| 106 | + | |
| 107 | + | |
100 | 108 | | |
101 | 109 | | |
102 | 110 | | |
| |||
0 commit comments