commit | a599326a9a85b9a66b434b8f86d645a2bb6b6a93 | [log] [tgz] |
---|---|---|
author | Marwan Abbas <marwan@ciic.c.catx-ext-efabless.internal> | Thu Nov 03 04:01:06 2022 -0700 |
committer | Marwan Abbas <marwan@ciic.c.catx-ext-efabless.internal> | Thu Nov 03 04:01:06 2022 -0700 |
tree | e1aad86c55a7c5a40cb66b115fdb5f4a8c00f89f | |
parent | 17ba764a06b070962da2b324732d3e261d1235d2 [diff] |
fix ci to run after hardening
diff --git a/.github/workflows/user_project_ci.yml b/.github/workflows/user_project_ci.yml index fd56dd9..1dd7f76 100644 --- a/.github/workflows/user_project_ci.yml +++ b/.github/workflows/user_project_ci.yml
@@ -47,7 +47,7 @@ mpw_precheck: timeout-minutes: 720 runs-on: ubuntu-latest - needs: [pdk] + needs: [pdk, user_project_flow_sky130A] steps: - uses: actions/checkout@v2