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
|
name: ci
|
||||||
on: [push]
|
on: [push]
|
||||||
|
jobs:
|
||||||
coverage_cleanup:
|
coverage_cleanup:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
@ -7,7 +8,6 @@ on: [push]
|
||||||
- name: Coverage cleanup
|
- name: Coverage cleanup
|
||||||
run: |
|
run: |
|
||||||
python3-coverage erase
|
python3-coverage erase
|
||||||
jobs:
|
|
||||||
scn4me_subm:
|
scn4me_subm:
|
||||||
needs: [coverage_cleaup]
|
needs: [coverage_cleaup]
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue