Skip to content

GH Actions Cron Schedule #53

GH Actions Cron Schedule

GH Actions Cron Schedule #53

Workflow file for this run

name: GH Actions Cron Schedule
on:
workflow_dispatch:
schedule:
# Every M-F at 12:00am run this job
- cron: "0 0 * * 1-5"
jobs:
check-image-version:
uses: securesign/actions/.github/workflows/check-image-version.yaml@main
strategy:
matrix:
branch: [master, redhat-v1.5]
with:
branch: ${{ matrix.branch }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}