Cron Update Packages #217
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cron Update Packages | |
on: | |
schedule: | |
- cron: '0 23 * * *' | |
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_packages.yml |