Skip to content

Add comment for test code #2

Add comment for test code

Add comment for test code #2

Workflow file for this run

name: Pre-build base images

Check failure on line 1 in .github/workflows/pre_build_base.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pre_build_base.yaml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
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