Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

stable

stable #69

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