Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8528d1b271 | |||
| aa46bd16a5 | |||
| c1ceacbd01 | |||
| 0224753986 | |||
|
|
7503802699 | ||
|
|
7919b3e870 | ||
|
|
487fee529c | ||
|
|
3bd31cec6a | ||
|
|
75c1486818 | ||
| f520dd4782 | |||
| 98a1ab6f86 | |||
|
|
6a2af26495 | ||
|
|
086f0b3937 | ||
|
|
172cf52bea |
18
.gitea/workflows/run-on-host_checkout_fedora-image.yml
Normal file
18
.gitea/workflows/run-on-host_checkout_fedora-image.yml
Normal 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
|
||||||
Reference in New Issue
Block a user