mirror of
https://github.com/outbackdingo/ucore.git
synced 2026-01-28 02:20:39 +00:00
20 lines
407 B
YAML
20 lines
407 B
YAML
name: testing
|
|
on:
|
|
merge_group:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- "**.md"
|
|
schedule:
|
|
- cron: "55 2 * * *" # 2:55am-ish UTC everyday (approx 50 minutes after akmods images run)
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build-testing:
|
|
uses: ./.github/workflows/reusable-build.yml
|
|
secrets: inherit
|
|
with:
|
|
coreos_version: testing
|
|
arch: "['aarch64','x86_64']"
|