Update clean.yml

pull/2879/head
Aleksandr Statciuk 4 years ago
parent 070ef01d44
commit e0701bf211

@ -4,7 +4,7 @@ on:
schedule:
- cron: '0 6 * * 0'
jobs:
check:
test:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
@ -182,7 +182,7 @@ jobs:
name: channels
path: channels/${{ matrix.country }}.m3u
pull-request:
needs: check
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout

Loading…
Cancel
Save