Skip to content

Commit 7c20ce2

Browse files
committed
Disable backend submit for now
1 parent 52e55b5 commit 7c20ce2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ jobs:
114114
${{ env.test_repo_path }}/${{ matrix.repo.design }}/rtlil
115115
${{ env.test_repo_path }}/${{ matrix.repo.design }}/config
116116
117-
- name: Submit build ${{ env.is_dry }}
117+
- name: Submit build (Dry - backend submit currently disabled)
118118
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
119119
run: |
120120
set -o pipefail
121-
pdm run chipflow silicon submit --wait $DRY | cat
121+
pdm run chipflow silicon submit --wait --dry | cat
122122
env:
123123
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}
124124
CHIPFLOW_API_ORIGIN: ${{ inputs.CHIPFLOW_API_ORIGIN }}

0 commit comments

Comments
 (0)