Update clean.yml

what-a-patch-1
freearhey 5 years ago
parent 026e4fb332
commit c97f6797af

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

Loading…
Cancel
Save