Skip to content

chore: ensure automatic updates are on by default #57

chore: ensure automatic updates are on by default

chore: ensure automatic updates are on by default #57

Workflow file for this run

name: stable
on:
pull_request:
merge_group:
schedule:
- cron: '50 2 * * *' # 2:50am-ish UTC everyday (approx 45 minutes after akmods images run)
workflow_dispatch:
push:
paths-ignore: # don't rebuild if only documentation has changed
- "**.md"
jobs:
build-stable:
permissions:
contents: read
packages: write
id-token: write
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
coreos_version: stable