Skip to content

Cron Update CE/LE

Cron Update CE/LE #22

name: Cron Update CE/LE
on:
schedule:
- cron: '0 23 * * 2'
jobs:
# This workflow is configured to run only in repository 'Zabrimus/VDRSternELEC'
# If you also want to run this workflow, then change or remove the condition in job 'cron'
cron:
if: github.repository == 'Zabrimus/VDRSternELEC'
uses: ./.github/workflows/update_ce_le.yml