10 Commits

Author SHA1 Message Date
27a13700e6 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 5m40s
2025-11-14 21:08:35 +00:00
636b9941bd Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 3s
2025-11-12 16:00:38 +00:00
88de705b44 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 4s
2025-11-12 15:54:43 +00:00
62a4ad0954 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 3s
2025-11-12 15:53:22 +00:00
230dc91af4 Update .gitea/workflows/fedora-checkout.yml 2025-11-12 15:52:32 +00:00
83cc04ea80 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 3s
2025-11-12 14:55:55 +00:00
1b25f944a4 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Has been cancelled
2025-11-12 14:54:22 +00:00
c33d59b53b Update .gitea/workflows/fedora-checkout.yml 2025-11-12 13:37:59 +00:00
6f28810290 Update .gitea/workflows/fedora-checkout.yml 2025-11-12 13:33:19 +00:00
03e309a28d Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 1s
2025-11-10 21:23:18 +00:00

View File

@@ -2,14 +2,14 @@ name: release
on: on:
push: push:
tags: branches:
- '*' - main # Or your desired branch
jobs: jobs:
checkout: checkout:
runs-on: fedora-rawhide-latest runs-on: fedora-cloud-42
# container: git.phyllo.me/roots/fedora-runner-image:42
steps: steps:
- uses: https://git.phyllo.me/actions/checkout@v3 - uses: checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0