Skip to content

testing

testing #16

Workflow file for this run

name: testing
on:
pull_request:
merge_group:
schedule:
- cron: '55 23 * * *' # 11:45PM UTC everyday (approx 1.75 hours after coreos images publish)
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