From 30a179bebf261a7b275d635fe8a7199577895b8a Mon Sep 17 00:00:00 2001 From: freearhey Date: Fri, 7 May 2021 00:23:45 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index efccdbfde6..cd61a09de1 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -4,7 +4,7 @@ on: schedule: - cron: '0 6 * * 0' jobs: - clean: + check: runs-on: ubuntu-latest continue-on-error: true strategy: @@ -183,7 +183,7 @@ jobs: name: channels path: channels/${{ matrix.country }}.m3u pull-request: - needs: clean + needs: check runs-on: ubuntu-latest steps: - name: Checkout