enable cron version check

This commit is contained in:
SkyFi Geek 2025-03-16 19:34:38 -07:00 committed by GitHub
parent 21ab9462d9
commit f9d8933cc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
name: Streamlined Build
name: Request GPL Source
on:
workflow_dispatch:
@ -9,10 +9,9 @@ on:
mailto:
description: 'Email To'
required: true
default: "tikoci.repos@gmail.com"
# schedule:
# - cron: "0 0 * * *"
default: "support@mikrotik.com"
schedule:
- cron: "0 0 * * *"
permissions: write-all
@ -68,6 +67,8 @@ jobs:
echo '${{ fromJSON(steps.needs-versions.outputs.result)[0] != null }}'
sendmail:
needs: check
env:
mailto: ${{ github.event.inputs.mailto || 'support@mikrotik.com' }}
permissions:
contents: write