Added manual trigger / changed schedule time

This commit is contained in:
Oliver Kunze 2022-08-26 14:19:45 +02:00 committed by GitHub
parent aa5b0cfab5
commit 269dc6e8b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,13 @@
name: Check for updates on Argon ONE (V2) Pi 4 Script
# Manual Action Trigger
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
# on: [workflow_dispatch]
# Trigger Action every day at 03:00 UTC
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
on:
# Manual Action Trigger
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
workflow_dispatch:
# Trigger Action every Friday at 21:00 UTC
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
schedule:
- cron: '0 3 * * 5'
- cron: '0 21 * * 5'
jobs:
Check_for_update: