From 3cc5f7867237364b28c473f30d94f39eeaf68155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Jeli=C5=84ski?= Date: Thu, 5 Jan 2023 14:29:02 +0100 Subject: [PATCH] CI: Only build the OpenLane package if building Open-PDKs succeeded --- .github/workflows/Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index a8d6c190..022005ee 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -722,7 +722,7 @@ jobs: #64 openlane-linux: - needs: ["magic-linux", "netgen-linux", "openroad-linux", "yosys-linux-py37", "yosys-linux-py38"] + needs: ["magic-linux", "netgen-linux", "open_pdks-linux", "openroad-linux", "yosys-linux-py37", "yosys-linux-py38"] runs-on: "ubuntu-20.04" env: PACKAGE: "misc/openlane"