From 32edce89c7c8899b9159178ca0b1224d737a8733 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Mon, 11 Aug 2025 14:34:22 +0200 Subject: [PATCH] test new workflow --- .gitea/workflows/fedora-checkout.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/fedora-checkout.yml diff --git a/.gitea/workflows/fedora-checkout.yml b/.gitea/workflows/fedora-checkout.yml new file mode 100644 index 0000000..46518b6 --- /dev/null +++ b/.gitea/workflows/fedora-checkout.yml @@ -0,0 +1,15 @@ +name: checkout + +on: + push: + tags: + - '*' + +jobs: + checkout: + runs-on: fedora-iso-creation:42:docker://git.phyllo.me/roots/fedora-iso-creation:42 + + steps: + - uses: https://git.phyllo.me/actions/checkout@v4 + with: + fetch-depth: 0 \ No newline at end of file