Skip to content

Daily CI

Daily CI #16

Workflow file for this run

# This workflow runs every weekday at 15:00 UTC (8AM PDT)
name: Daily CI
on:
schedule:
- cron: "00 15 * * 1-5"
jobs:
codebuild:
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
uses: ./.github/workflows/codebuild.yml
secrets: inherit