Update test.yml

This commit is contained in:
freearhey
2021-04-25 17:12:30 +03:00
parent ccd470da7f
commit 5a61692595

View File

@@ -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