test run on host

This commit is contained in:
Lukas Greve
2025-11-18 19:53:08 +01:00
parent f520dd4782
commit 75c1486818
2 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
name: run-on-host_checkout_fedora-image
on:
push:
branches: [ devel ]
jobs:
checkout:
runs-on: fedora-cloud-42
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: https://git.phyllo.me/devops/checkout@v5
with:
fetch-depth: 0