mirror of
https://github.com/okunze/Argon40-ArgonOne-Script.git
synced 2024-11-18 03:18:57 +01:00
Added manual trigger / changed schedule time
This commit is contained in:
parent
aa5b0cfab5
commit
269dc6e8b2
9
.github/workflows/Check for updates.yml
vendored
9
.github/workflows/Check for updates.yml
vendored
@ -1,14 +1,13 @@
|
|||||||
name: Check for updates on Argon ONE (V2) Pi 4 Script
|
name: Check for updates on Argon ONE (V2) Pi 4 Script
|
||||||
|
|
||||||
|
on:
|
||||||
# Manual Action Trigger
|
# Manual Action Trigger
|
||||||
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
|
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
|
||||||
# on: [workflow_dispatch]
|
workflow_dispatch:
|
||||||
|
# Trigger Action every Friday at 21:00 UTC
|
||||||
# Trigger Action every day at 03:00 UTC
|
|
||||||
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
|
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
|
||||||
on:
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * 5'
|
- cron: '0 21 * * 5'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Check_for_update:
|
Check_for_update:
|
||||||
|
Loading…
Reference in New Issue
Block a user