From 5a61692595f9433cc4e05472dac81ce66918d175 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sun, 25 Apr 2021 17:12:30 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15214c3d..b524e055 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: jobs: hd-plus_de: - if: ${{ always() }} + if: always() runs-on: ubuntu-latest steps: - name: Checkout @@ -13,7 +13,7 @@ jobs: - name: Run EPG Grabber run: npx epg-grabber --config=sites/hd-plus.de.config.js andorradifusio_ad: - if: ${{ always() }} + if: always() runs-on: ubuntu-latest steps: - name: Checkout