From e0701bf211c16296219e77cbf2f572153fb69fad Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 25 May 2021 20:27:51 +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 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