testing #130
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: testing | |
on: | |
pull_request: | |
merge_group: | |
schedule: | |
- cron: '45 9 * * 5' # build at 9:45 UTC Friday so images are fresh Friday morning Eastern time for review and install same-day (coreos images publish around 22:00UTC) | |
workflow_dispatch: | |
jobs: | |
build-testing: | |
uses: ./.github/workflows/reusable-build.yml | |
secrets: inherit | |
with: | |
coreos_version: testing |