Files
test-actions/.gitea/workflows/fedora-checkout.yml
Lukas Greve d75fa31455
All checks were successful
release / checkout (push) Successful in 11s
Update .gitea/workflows/fedora-checkout.yml
2025-11-16 20:39:12 +00:00

19 lines
355 B
YAML

name: release
on:
push:
branches:
- main # Or your desired branch
jobs:
checkout:
runs-on: fedora-cloud-42
defaults:
run:
shell: bash
container:
image: git.phyllo.me/devops/fedora-runner-image:latest
steps:
- uses: https://git.phyllo.me/devops/checkout@v4
with:
fetch-depth: 0