diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9814726..3855d00 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -79,7 +79,7 @@ jobs: - name: Submit to cloud backend working-directory: ./${{ matrix.design }} - run: pdm run chipflow -vv silicon submit --wait + run: pdm run chipflow -vv silicon submit --wait --dry-run env: CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}} CHIPFLOW_API_ORIGIN: ${{ vars.CHIPFLOW_API_ORIGIN }}