9 Commits

Author SHA1 Message Date
Lukas Greve
7919b3e870 new label
Some checks failed
run-on-host_checkout_fedora-image / checkout (push) Failing after 10s
2025-11-18 20:39:04 +01:00
Lukas Greve
487fee529c test
Some checks failed
run-on-host_checkout_fedora-image / checkout (push) Has been cancelled
2025-11-18 20:38:18 +01:00
Lukas Greve
3bd31cec6a test
Some checks failed
run-on-host_checkout_fedora-image / checkout (push) Failing after 1s
2025-11-18 19:53:50 +01:00
Lukas Greve
75c1486818 test run on host 2025-11-18 19:53:08 +01:00
f520dd4782 Update .gitea/workflows/checkout_fedora-image.yml
All checks were successful
checkout_fedora-image / checkout (push) Successful in 9s
2025-11-18 15:12:28 +00:00
98a1ab6f86 Update .gitea/workflows/checkout_fedora-image.yml
Some checks failed
checkout_fedora-image / checkout (push) Failing after 0s
2025-11-18 11:31:52 +00:00
Lukas Greve
6a2af26495 revert
All checks were successful
make-a-release / release (push) Successful in 16s
2025-11-17 16:18:55 +01:00
Lukas Greve
086f0b3937 ya 2025-11-17 16:16:30 +01:00
Lukas Greve
172cf52bea another test
Some checks failed
make-a-release / release (push) Failing after 13s
2025-11-17 16:14:28 +01:00
2 changed files with 19 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ name: checkout_fedora-image
on:
push:
branches: [ devel ]
branches: [ devel ]
jobs:
checkout:

View File

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