mirror of https://github.com/VLSIDA/OpenRAM.git
Fix syntax error in workflow
This commit is contained in:
parent
ef78ad7249
commit
ab0b9ca37b
|
|
@ -1,5 +1,6 @@
|
|||
name: ci
|
||||
on: [push]
|
||||
jobs:
|
||||
coverage_cleanup:
|
||||
if: ${{ always() }}
|
||||
runs-on: self-hosted
|
||||
|
|
@ -7,7 +8,6 @@ on: [push]
|
|||
- name: Coverage cleanup
|
||||
run: |
|
||||
python3-coverage erase
|
||||
jobs:
|
||||
scn4me_subm:
|
||||
needs: [coverage_cleaup]
|
||||
runs-on: self-hosted
|
||||
|
|
|
|||
Loading…
Reference in New Issue