Skip to content

CI: Do Zephyr build tests on known good and latest versions #1

CI: Do Zephyr build tests on known good and latest versions

CI: Do Zephyr build tests on known good and latest versions #1

Workflow file for this run

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2024 Linaro Limited.
name: libmetal Heath Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths-ignore:
- docs/**
# Allows you to run this workflow manually from the Actions tab or gh API
workflow_dispatch:
# run weekly on Sunday at 5:10 AM UTC (9:10 PM US western)
schedule:
- cron: '10 5 * * 0'
jobs:
zephyr_build_latest:
name: check Zephyr build against the latest upstream versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build for Zephyr (Latest)
id: build_Zephyr_latest
uses: ./.github/actions/build_ci
with:
target: zephyr-latest