3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-16 04:05:42 +00:00

Disable test-cells

This commit is contained in:
Akash Levy 2025-08-14 11:22:23 -07:00
parent 3cd1cc157a
commit ce972ae7a2

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: