allow manual updates

This commit is contained in:
Llewellyn van der Merwe 2021-05-06 01:59:40 +02:00
parent 1aa2c91d20
commit ad6f063bab
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
4 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,8 @@ on:
# run once per/day
schedule:
- cron: '23 14 * * *'
# so we can manually update
workflow_dispatch:
jobs:
build:

View File

@ -4,6 +4,8 @@ on:
# run once per/day
schedule:
- cron: '23 1 * * *'
# so we can manually update
workflow_dispatch:
jobs:
build:

View File

@ -4,6 +4,8 @@ on:
# run once per/day
schedule:
- cron: '7 23 * * *'
# so we can manually update
workflow_dispatch:
jobs:
build:

View File

@ -1,7 +1,7 @@
name: "Testing all Telegram out!"
on:
# so we can manually run a test also
# so we can manually run a test
workflow_dispatch:
jobs: