Cron Precache Sources #3
This file contains hidden or 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 Precache Sources | |
on: | |
schedule: | |
- cron: '5 23 4 */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/precache-sources.yml |