Skip to content

cron

cron #22

Workflow file for this run

name: cron
on:
schedule:
- cron: '17 3 * * *' # every day at 03:17 UTC
jobs:
lifecycle:
if: github.event.schedule == '17 3 * * *'
uses: ./.github/workflows/lifecycle.yml