mirror of
https://github.com/okunze/Argon40-ArgonOne-Script.git
synced 2024-11-17 19:08:57 +01:00
Added manual trigger / changed schedule time
This commit is contained in:
parent
aa5b0cfab5
commit
269dc6e8b2
13
.github/workflows/Check for updates.yml
vendored
13
.github/workflows/Check for updates.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user