Compare commits
4 Commits
60b6d1df91
...
9ddd7c04eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ddd7c04eb | |||
| 3d410a94a8 | |||
| 0400a4575d | |||
| 634d5dab02 |
@ -28,6 +28,7 @@ jobs:
|
||||
# Check if CI should be skipped based on branch name or commit message
|
||||
skip-ci-check:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
outputs:
|
||||
should-skip: ${{ steps.check.outputs.skip }}
|
||||
steps:
|
||||
@ -35,6 +36,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
submodules: false
|
||||
persist-credentials: false
|
||||
clean: true
|
||||
|
||||
- name: Check if CI should be skipped
|
||||
id: check
|
||||
|
||||
@ -13,6 +13,7 @@ This merge request contains a comprehensive set of changes that transform PunimT
|
||||
- **Net Change**: +69,519 lines
|
||||
- **Date Range**: September 19, 2025 - January 6, 2026
|
||||
|
||||
|
||||
## Key Changes
|
||||
|
||||
### 1. Architecture Migration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user