Skip to content

Commit

Permalink
Merge pull request #57 from JasonPowr/add-check-sha-job
Browse files Browse the repository at this point in the history
feat: Add GH action
  • Loading branch information
openshift-ci[bot] authored Oct 26, 2023
2 parents 21aa6ce + 7340adb commit 0c8e949
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cronjobs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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: [main, midstream-v2.1.1, midstream-v2.2.0]
with:
branch: ${{ matrix.branch }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0c8e949

Please sign in to comment.