Collapse pull and run on Ruche #1
Workflow file for this run
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: Pre-build base images | ||
on: | ||
schedule: | ||
cron: "0 1 2,16 * *" # every 2nd and 16th of the month at 1am UTC | ||
jobs: | ||
build_base: | ||
uses: ./.github/workflows/__build_base.yaml |