From c64742e1c05bbc400d19175ac5c45e74536dfd2b Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Mon, 16 Oct 2023 13:21:58 -0400 Subject: [PATCH] Remove DRC checks from GitHub actions --- .github/workflows/build.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ce7d47a..aa90b0c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,10 +48,6 @@ jobs: uses: ./.github/actions/import-ses with: boards: corney_island - - name: DRC check - uses: ./.github/actions/run-drc - with: - boards: corney_island - name: Persist output uses: actions/upload-artifact@v3 with: