mirror of
https://github.com/tikoci/mikrotik-gpl.git
synced 2025-12-10 07:44:45 +01:00
enable cron version check
This commit is contained in:
parent
21ab9462d9
commit
f9d8933cc6
1 changed files with 6 additions and 5 deletions
11
.github/workflows/gpl-nag-email.yaml
vendored
11
.github/workflows/gpl-nag-email.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue