Files
test-actions/.gitea/workflows/fedora-checkout.yml
Lukas Greve 27a13700e6
Some checks failed
release / checkout (push) Failing after 5m40s
Update .gitea/workflows/fedora-checkout.yml
2025-11-14 21:08:35 +00:00

15 lines
263 B
YAML

name: release
on:
push:
branches:
- main # Or your desired branch
jobs:
checkout:
runs-on: fedora-cloud-42
# container: git.phyllo.me/roots/fedora-runner-image:42
steps:
- uses: checkout@v6
with:
fetch-depth: 0