We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff6e03 commit 01d2ab5Copy full SHA for 01d2ab5
.github/workflows/ci.yml
@@ -383,15 +383,6 @@ jobs:
383
path: build-bin.tar
384
overwrite: true
385
386
- chip_earlgrey_cw310:
387
- name: Earl Grey for CW310
388
- needs: quick_lint
389
- uses: ./.github/workflows/bitstream.yml
390
- secrets: inherit
391
- with:
392
- top_name: earlgrey
393
- design_suffix: cw310
394
-
395
chip_earlgrey_cw310_hyperdebug:
396
name: Earl Grey for CW310 Hyperdebug
397
needs: quick_lint
@@ -415,7 +406,6 @@ jobs:
415
406
runs-on: ubuntu-22.04
416
407
if: ${{ github.event_name != 'pull_request' }}
417
408
needs:
418
- - chip_earlgrey_cw310
419
409
- chip_earlgrey_cw310_hyperdebug
420
410
- chip_earlgrey_cw340
421
411
steps:
0 commit comments