Fix syntax error in workflow

This commit is contained in:
mrg 2021-03-01 10:15:33 -08:00
parent ef78ad7249
commit ab0b9ca37b
1 changed files with 1 additions and 1 deletions

View File

@ -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