mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Fix syntax error in workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user