Disable test-cells

This commit is contained in:
Akash Levy 2025-08-14 11:22:23 -07:00
parent 3cd1cc157a
commit ce972ae7a2
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ jobs:
name: Run test_cell
runs-on: ${{ matrix.os }}
needs: [build-yosys, pre_job]
if: needs.pre_job.outputs.should_skip != 'true'
if: needs.pre_job.outputs.should_skip != 'true' && false
env:
CC: clang
strategy: