seL4/.github/workflows/sel4test-sim.yml
Gerwin Klein 3c7c4d1182 github: add manual trigger where possible
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
2025-02-18 09:22:15 +11:00

22 lines
409 B
YAML

# Copyright 2021, Proofcraft Pty Ltd
#
# SPDX-License-Identifier: BSD-2-Clause
# sel4test simulation runs
#
# See sel4test-sim/builds.yml in the repo seL4/ci-actions for configs.
name: seL4Test
on:
pull_request:
paths-ignore:
- 'manual/**'
- 'LICENSES/**'
- '*.md'
workflow_dispatch:
jobs:
sim:
name: Sim
uses: seL4/ci-actions/.github/workflows/sel4test-sim.yml@master