stable #45
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: stable | |
on: | |
pull_request: | |
merge_group: | |
schedule: | |
- cron: '30 4 * * 2' | |
# 4:30AM UTC Tuesday, such that use during the week and testing through the weekend | |
# results in a good stable build ready for review on "patch tuesday" and implementation | |
# during regular weekly maintenance windows aka daddy systemd reboot at midnight plsthx | |
workflow_dispatch: | |
jobs: | |
build-stable: | |
uses: ./.github/workflows/reusable-build.yml | |
secrets: inherit | |
with: | |
coreos_version: stable |