Compare commits
No commits in common. "9ddd7c04eb1d9694a5e350164ef179b3b53d7b78" and "60b6d1df91ac9fcd6a92cdf4b1e2d9ec04fe470a" have entirely different histories.
9ddd7c04eb
...
60b6d1df91
@ -28,7 +28,6 @@ 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:
|
||||
@ -36,9 +35,6 @@ 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,7 +13,6 @@ 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