Skip to content

Scheduled tasks

Scheduled tasks #283

Workflow file for this run

name: Scheduled tasks
on:
schedule:
- cron: '13 12 * * *'
workflow_dispatch:
jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.21.0
with:
image-ref: 'ghcr.io/radiorabe/mediawiki:latest'