Skip to content

testing

testing #54

Workflow file for this run

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