diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 597750fd83..df9736b14f 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -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