1
0
mirror of https://github.com/luongz/Japan-IPTV.git synced 2025-04-07 16:24:03 -04:00

Update main.yml

This commit is contained in:
Trần Đình Lượng 2022-08-30 21:01:12 +07:00 committed by GitHub
parent a4e2961c29
commit a9e694f40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,15 +1,17 @@
name: EPG-Grabber
on:
schedule:
schedule:
- cron: "0 3 * * *"
workflow_run:
workflows: ["EPGGrabber"]
branches: [main]
workflow_run:
workflows: ["EPGGrabber"]
branches: [main]
types:
- completed
with:
node-version: '12.13.0'
check-latest: true
jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
@ -18,5 +20,4 @@ jobs:
- uses: actions/checkout@v3
- name: Install epg-grabber
run: |
echo Install EPG-Grabber
npm install -g epg-grabber